diff --git a/app/views/sessions/_form.html.erb b/app/views/sessions/_form.html.erb index 99d1b5b6..a79ced26 100644 --- a/app/views/sessions/_form.html.erb +++ b/app/views/sessions/_form.html.erb @@ -11,7 +11,10 @@ <%= f.password_field :password, :class => 'text_field' %> - + + +
+
<%= f.submit 'Log in', :class => 'btn btn-primary' %> <%= link_to t('.cancel', :default => t("helpers.links.cancel")), diff --git a/app/views/users/_form.html.erb b/app/views/users/_form.html.erb index 8f9cf78f..e69abec5 100644 --- a/app/views/users/_form.html.erb +++ b/app/views/users/_form.html.erb @@ -37,6 +37,9 @@
+ +
+
<%= f.submit nil, :class => 'btn btn-primary' %> <%= link_to t('.cancel', :default => t("helpers.links.cancel")), diff --git a/app/views/users/anonymous.html.erb b/app/views/users/anonymous.html.erb index 52b17e8d..2cb91361 100644 --- a/app/views/users/anonymous.html.erb +++ b/app/views/users/anonymous.html.erb @@ -18,4 +18,6 @@

-
\ No newline at end of file + +
+