diff options
Diffstat (limited to 'app/views/elevations/new.html.erb')
| -rw-r--r-- | app/views/elevations/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/elevations/new.html.erb b/app/views/elevations/new.html.erb index 084fb9e4..8dd64e78 100644 --- a/app/views/elevations/new.html.erb +++ b/app/views/elevations/new.html.erb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h1><%= t(".title") %></h1> | 1 | <h1><%= t(".title") %></h1> |
| 2 | 2 | ||
| 3 | <div id="admin_layout"> | 3 | <div class="admin_layout"> |
| 4 | <% if current_user.otp_enrolled? %> | 4 | <% if current_user.otp_enrolled? %> |
| 5 | <p class="field_hint"> | 5 | <p class="field_hint"> |
| 6 | <%= t(".hint", :minutes => AuthenticatedSystem::ELEVATION_MAX_AGE.in_minutes.to_i) %> | 6 | <%= t(".hint", :minutes => AuthenticatedSystem::ELEVATION_MAX_AGE.in_minutes.to_i) %> |
