diff options
Diffstat (limited to 'app/views/users')
| -rw-r--r-- | app/views/users/edit.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/new.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/show.html.erb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 8a5900ce..2cf5a07c 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <div id="admin_layout"> | 1 | <div class="admin_layout"> |
| 2 | <h1><%= @user == current_user ? t(".my_account") : t(".edit_user", :login => @user.login) %></h1> | 2 | <h1><%= @user == current_user ? t(".my_account") : t(".edit_user", :login => @user.login) %></h1> |
| 3 | 3 | ||
| 4 | <% if @user.errors.any? %> | 4 | <% if @user.errors.any? %> |
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 13a238b5..a770b9a7 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | </div> | 6 | </div> |
| 7 | <% end %> | 7 | <% end %> |
| 8 | 8 | ||
| 9 | <div id="admin_layout"> | 9 | <div class="admin_layout"> |
| 10 | <%= form_for @user do |f| %> | 10 | <%= form_for @user do |f| %> |
| 11 | <div class="layout_row"> | 11 | <div class="layout_row"> |
| 12 | <div class="layout_row_label"><%= t("users.labels.login") %></div> | 12 | <div class="layout_row_label"><%= t("users.labels.login") %></div> |
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 9879e171..48c37ffb 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <div id="admin_layout"> | 1 | <div class="admin_layout"> |
| 2 | <h1><%= @user.login %></h1> | 2 | <h1><%= @user.login %></h1> |
| 3 | 3 | ||
| 4 | <div class="layout_row"> | 4 | <div class="layout_row"> |
