Adds title to notifications page
This commit is contained in:
committed by
kikito
parent
e5dff0552d
commit
f1844411c4
@@ -984,7 +984,7 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
|
||||
height: 100%;
|
||||
left: 28px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 84px;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<div class="row">
|
||||
<div class="small-12 column">
|
||||
|
||||
<h1 class="left margin-top"><%= t("notifications.index.title") %></h1>
|
||||
|
||||
<% if @notifications.empty? %>
|
||||
<div class="alert-box radius info margin-top">
|
||||
<div class="alert-box radius info margin-top clear">
|
||||
<%= t("notifications.index.empty_notifications") %>
|
||||
</div>
|
||||
<% else %>
|
||||
|
||||
@@ -342,6 +342,7 @@ en:
|
||||
user_permission_verify_info: "* Only for users on Madrid City Census."
|
||||
notifications:
|
||||
index:
|
||||
title: "Notifications"
|
||||
mark_all_as_read: "Mark all as read"
|
||||
empty_notifications: "You don't have new notifications."
|
||||
comments_on:
|
||||
|
||||
@@ -342,6 +342,7 @@ es:
|
||||
user_permission_verify_info: "* Sólo usuarios empadronados en el municipio de Madrid."
|
||||
notifications:
|
||||
index:
|
||||
title: "Notificaciones"
|
||||
mark_all_as_read: "Marcar todas como leídas"
|
||||
empty_notifications: "No tienes notificaciones nuevas."
|
||||
comments_on:
|
||||
|
||||
Reference in New Issue
Block a user