mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Making context name a link to the context view
This commit is contained in:
parent
6334a3f7d7
commit
f200739bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
if not @not_done.empty?
|
||||
# only show a context when there are actions in it
|
||||
-%>
|
||||
<h2><%=mobile_context.name%></h2>
|
||||
<h2><%= link_to mobile_context.name, context_path(mobile_context, :format => 'm') %></h2>
|
||||
<ul class="c">
|
||||
<%= render :partial => "todos/mobile_todo",
|
||||
:collection => @not_done,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue