diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 2b64cbae..4cc1b6b5 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -284,3 +284,8 @@ input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project div.note_wrapper p { display: inline; } + +.text-right { + text-align: right; +} + diff --git a/app/views/todos/new.m.erb b/app/views/todos/new.m.erb index 028b9301..26b1a911 100644 --- a/app/views/todos/new.m.erb +++ b/app/views/todos/new.m.erb @@ -1,5 +1,6 @@ <%= form_tag todos_path(:format => 'm'), :method => :post do %> <%= render :partial => 'edit_form' %> -
+ <% end -%> <%= link_to t('common.back'), @return_path %> +