diff --git a/app/views/account/change_password.rhtml b/app/views/account/change_password.rhtml index 254961d..e909f48 100644 --- a/app/views/account/change_password.rhtml +++ b/app/views/account/change_password.rhtml @@ -2,7 +2,7 @@ <% form_tag do %> -


+


<%= password_field_tag :current_password %>


diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index bc24ee1..cbae04e 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -34,9 +34,11 @@

+ +
+ --> <% if params[:controller] == 'cms' %>
<%= yield %> -- libgit2 0.21.2