From b7bada0791b59ed7e985020e9b4bc23d3598a5f8 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sat, 18 Mar 2017 14:42:34 +0100 Subject: [PATCH] reorder buttons for recurring todos to make the order uniform fixes #2069 --- Gemfile.lock | 3 --- app/views/recurring_todos/_recurring_todo.html.erb | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d84c419c..01844ff8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -321,6 +321,3 @@ DEPENDENCIES uglifier (>= 1.3.0) will_paginate yard - -BUNDLED WITH - 1.12.5 diff --git a/app/views/recurring_todos/_recurring_todo.html.erb b/app/views/recurring_todos/_recurring_todo.html.erb index 2bff4883..a9af4031 100644 --- a/app/views/recurring_todos/_recurring_todo.html.erb +++ b/app/views/recurring_todos/_recurring_todo.html.erb @@ -1,9 +1,9 @@ <% @recurring_todo = recurring_todo -%>
- <%= recurring_todo_remote_delete_icon %> - <%= recurring_todo_remote_edit_icon -%> <%= recurring_todo_remote_star_icon %> <%= recurring_todo_remote_toggle_checkbox -%> + <%= recurring_todo_remote_edit_icon -%> + <%= recurring_todo_remote_delete_icon %>
<%= sanitize(recurring_todo.description) %> <%= recurring_todo_tag_list %>