mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 00:54:08 +01:00
also removes deprecated methods. All tests pass (at least on my machine!) and raise no deprecation warnings. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@365 a4c988fc-2ded-0310-b66e-134b36920a42
10 lines
No EOL
487 B
Text
10 lines
No EOL
487 B
Text
<div id="display_box">
|
|
<%= render :partial => "context/context", :locals => { :context => @context, :collapsible => false } %>
|
|
<%= render :partial => "todo/completed", :locals => { :done => @done, :collapsible => false, :append_descriptor => "in this context (last #{@user.preference.show_number_completed})" } %>
|
|
|
|
</div><!-- [end:display_box] -->
|
|
|
|
<div id="input_box">
|
|
<%= render :partial => "shared/add_new_item_form" %>
|
|
<%= render "shared/sidebar" %>
|
|
</div><!-- End of input box --> |