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%;
|
height: 100%;
|
||||||
left: 28px;
|
left: 28px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 84px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 column">
|
<div class="small-12 column">
|
||||||
|
|
||||||
|
<h1 class="left margin-top"><%= t("notifications.index.title") %></h1>
|
||||||
|
|
||||||
<% if @notifications.empty? %>
|
<% 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") %>
|
<%= t("notifications.index.empty_notifications") %>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|||||||
@@ -342,6 +342,7 @@ en:
|
|||||||
user_permission_verify_info: "* Only for users on Madrid City Census."
|
user_permission_verify_info: "* Only for users on Madrid City Census."
|
||||||
notifications:
|
notifications:
|
||||||
index:
|
index:
|
||||||
|
title: "Notifications"
|
||||||
mark_all_as_read: "Mark all as read"
|
mark_all_as_read: "Mark all as read"
|
||||||
empty_notifications: "You don't have new notifications."
|
empty_notifications: "You don't have new notifications."
|
||||||
comments_on:
|
comments_on:
|
||||||
|
|||||||
@@ -342,6 +342,7 @@ es:
|
|||||||
user_permission_verify_info: "* Sólo usuarios empadronados en el municipio de Madrid."
|
user_permission_verify_info: "* Sólo usuarios empadronados en el municipio de Madrid."
|
||||||
notifications:
|
notifications:
|
||||||
index:
|
index:
|
||||||
|
title: "Notificaciones"
|
||||||
mark_all_as_read: "Marcar todas como leídas"
|
mark_all_as_read: "Marcar todas como leídas"
|
||||||
empty_notifications: "No tienes notificaciones nuevas."
|
empty_notifications: "No tienes notificaciones nuevas."
|
||||||
comments_on:
|
comments_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user