Merge pull request #58 from maddentim/defer_options

Defer options
This commit is contained in:
Matt Rogers 2012-01-09 19:49:43 -08:00
commit bd10e61dbd
6 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,8 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
<li><%= remote_delete_menu_item(todo) %></li>
<% unless todo.completed? || todo.deferred? -%>
<li><%= remote_defer_menu_item(1, todo) %></li>
<li><%= remote_defer_menu_item(2, todo) %></li>
<li><%= remote_defer_menu_item(3, todo) %></li>
<li><%= remote_defer_menu_item(7, todo) %></li>
<li><%= remote_promote_to_project_menu_item(todo) %></li>
<% end -%>

View file

@ -426,7 +426,7 @@ en:
completed_last_x_days: Completed in the last %{count} days
no_actions_with: Currently there are no incomplete actions with the tag '%{tag_name}'
defer_x_days:
one: Defer one day
one: Defer 1 day
other: Defer %{count} days
added_new_next_action_singular: Added new next action
no_completed_actions: Currently there are no completed actions.

BIN
public/images/defer_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

BIN
public/images/defer_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B