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') %>