@@ -23,6 +23,12 @@
|
||||
|
||||
<section class="top-bar-section">
|
||||
<%= render 'devise/menu/login_items' %>
|
||||
|
||||
<% if user_signed_in? %>
|
||||
<ul class="right">
|
||||
<li><%= link_to(t("layouts.header.my_account_link"), account_path) %></li>
|
||||
</ul>
|
||||
<% end %>
|
||||
</section>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -10,6 +10,7 @@ en:
|
||||
open_city: We are opening Madrid
|
||||
open_city_slogan: So the citizens can decide what kind of city they want.
|
||||
create_debate: Create a debate
|
||||
my_account_link: My account
|
||||
debates:
|
||||
debate:
|
||||
debate: Debate
|
||||
|
||||
@@ -10,6 +10,7 @@ es:
|
||||
open_city: Estamos abriendo Madrid
|
||||
open_city_slogan: Para que todos los madrileños decidamos que ciudad queremos tener.
|
||||
create_debate: Crea un debate
|
||||
my_account_link: Mi cuenta
|
||||
debates:
|
||||
debate:
|
||||
debate: Debate
|
||||
|
||||
Reference in New Issue
Block a user