Some contest pages translations
This commit is contained in:
@@ -9,12 +9,12 @@ html
|
||||
nav.navbar.bg-body-primary
|
||||
- if @current_user.admin
|
||||
a.navbar-brand href=users_path
|
||||
| Users
|
||||
= t("nav.users")
|
||||
a.navbar-brand href=contests_path
|
||||
| Home
|
||||
= t("nav.home")
|
||||
a.navbar-brand href=user_path(@current_user)
|
||||
| Settings
|
||||
= button_to "Log out", session_path, method: :delete
|
||||
= t("nav.settings")
|
||||
= button_to t("nav.log_out"), session_path, method: :delete
|
||||
|
||||
h1.mb-4 = @title
|
||||
|
||||
|
Reference in New Issue
Block a user