adds 'My activity' link
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<%= f.label :public_activity do %>
|
||||
<%= f.check_box :public_activity, label: false %>
|
||||
<span class="checkbox"><%= t("account.show.public_activity_label") %></span>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<h2><%= t("account.show.notifications")%></h2>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -22,6 +22,7 @@ en:
|
||||
"There are cities that are governed directly by their inhabitants, who <b>discuss</b> the topics they are concerned about, <b>propose</b> ideas to improve
|
||||
their lives and <b>decide</b> among themselves which ones will be carried out. Madrid is already one of these cities."
|
||||
see_all: "See proposals"
|
||||
my_activity_link: "My activity"
|
||||
my_account_link: "My account"
|
||||
locale: "Language:"
|
||||
administration: "Administration"
|
||||
|
||||
@@ -22,6 +22,7 @@ es:
|
||||
"Existen ciudades gobernadas directamente por sus habitantes, que <b>debaten</b> sobre temas que les preocupan, <b>proponen</b> ideas para mejorar
|
||||
sus vidas y <b>deciden</b> entre todas y todos las que se llevan a cabo. Madrid ya es una de ellas."
|
||||
see_all: "Ver propuestas"
|
||||
my_activity_link: "Mi actividad"
|
||||
my_account_link: "Mi cuenta"
|
||||
locale: "Idioma:"
|
||||
administration: "Administrar"
|
||||
|
||||
Reference in New Issue
Block a user