adds 'My activity' link

This commit is contained in:
Juanjo Bazán
2015-11-04 13:51:57 +01:00
parent f57eef4929
commit 3465b00e89
3 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,13 @@
<% end %> <% end %>
</div> </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> <h2><%= t("account.show.notifications")%></h2>
<div> <div>

View File

@@ -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 "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." 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" see_all: "See proposals"
my_activity_link: "My activity"
my_account_link: "My account" my_account_link: "My account"
locale: "Language:" locale: "Language:"
administration: "Administration" administration: "Administration"

View File

@@ -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 "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." 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" see_all: "Ver propuestas"
my_activity_link: "Mi actividad"
my_account_link: "Mi cuenta" my_account_link: "Mi cuenta"
locale: "Idioma:" locale: "Idioma:"
administration: "Administrar" administration: "Administrar"