mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
commit
bd10e61dbd
6 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
|
||||||
<li><%= remote_delete_menu_item(todo) %></li>
|
<li><%= remote_delete_menu_item(todo) %></li>
|
||||||
<% unless todo.completed? || todo.deferred? -%>
|
<% unless todo.completed? || todo.deferred? -%>
|
||||||
<li><%= remote_defer_menu_item(1, todo) %></li>
|
<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_defer_menu_item(7, todo) %></li>
|
||||||
<li><%= remote_promote_to_project_menu_item(todo) %></li>
|
<li><%= remote_promote_to_project_menu_item(todo) %></li>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
|
||||||
|
|
@ -426,7 +426,7 @@ en:
|
||||||
completed_last_x_days: Completed in the last %{count} days
|
completed_last_x_days: Completed in the last %{count} days
|
||||||
no_actions_with: Currently there are no incomplete actions with the tag '%{tag_name}'
|
no_actions_with: Currently there are no incomplete actions with the tag '%{tag_name}'
|
||||||
defer_x_days:
|
defer_x_days:
|
||||||
one: Defer one day
|
one: Defer 1 day
|
||||||
other: Defer %{count} days
|
other: Defer %{count} days
|
||||||
added_new_next_action_singular: Added new next action
|
added_new_next_action_singular: Added new next action
|
||||||
no_completed_actions: Currently there are no completed actions.
|
no_completed_actions: Currently there are no completed actions.
|
||||||
|
|
|
||||||
BIN
public/images/defer_2.png
Normal file
BIN
public/images/defer_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
BIN
public/images/defer_2_off.png
Normal file
BIN
public/images/defer_2_off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 425 B |
BIN
public/images/defer_3.png
Normal file
BIN
public/images/defer_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 501 B |
BIN
public/images/defer_3_off.png
Normal file
BIN
public/images/defer_3_off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 441 B |
Loading…
Add table
Add a link
Reference in a new issue