mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
Merge pull request #2070 from C-Otto/fix-2069
reorder buttons for recurring todos to make the order uniform
This commit is contained in:
commit
881faa0d02
2 changed files with 2 additions and 5 deletions
|
|
@ -321,6 +321,3 @@ DEPENDENCIES
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
will_paginate
|
will_paginate
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.12.5
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
<% @recurring_todo = recurring_todo -%>
|
<% @recurring_todo = recurring_todo -%>
|
||||||
<div id="<%= dom_id(@recurring_todo)%>" class="recurring_todo item-container">
|
<div id="<%= dom_id(@recurring_todo)%>" class="recurring_todo item-container">
|
||||||
<%= recurring_todo_remote_delete_icon %>
|
|
||||||
<%= recurring_todo_remote_edit_icon -%>
|
|
||||||
<%= recurring_todo_remote_star_icon %>
|
<%= recurring_todo_remote_star_icon %>
|
||||||
<%= recurring_todo_remote_toggle_checkbox -%>
|
<%= recurring_todo_remote_toggle_checkbox -%>
|
||||||
|
<%= recurring_todo_remote_edit_icon -%>
|
||||||
|
<%= recurring_todo_remote_delete_icon %>
|
||||||
<div class="rec_description">
|
<div class="rec_description">
|
||||||
<span class="todo.descr"><%= sanitize(recurring_todo.description) %></span> <%= recurring_todo_tag_list %>
|
<span class="todo.descr"><%= sanitize(recurring_todo.description) %></span> <%= recurring_todo_tag_list %>
|
||||||
<span class='recurrence_pattern'>
|
<span class='recurrence_pattern'>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue