From f200739bb5a7359c8dbab97ce808e036237333bd Mon Sep 17 00:00:00 2001 From: tim madden Date: Fri, 23 Jul 2010 13:17:05 +0800 Subject: [PATCH] Making context name a link to the context view --- app/views/contexts/_mobile_context.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contexts/_mobile_context.rhtml b/app/views/contexts/_mobile_context.rhtml index 52236e1f..46d45db9 100644 --- a/app/views/contexts/_mobile_context.rhtml +++ b/app/views/contexts/_mobile_context.rhtml @@ -5,7 +5,7 @@ if not @not_done.empty? # only show a context when there are actions in it -%> -

<%=mobile_context.name%>

+

<%= link_to mobile_context.name, context_path(mobile_context, :format => 'm') %>