Commit 883ddd6385daf6e05f5b2ef30918631f088f6e26

Authored by Antonio Terceiro
1 parent 2630255d

ActionItem1112: s/events/Agenda Livre/

This is a BAD HACK. When other theme needs to use the application-ng
layout, we must rethink it. We'll probably move the entire .rhtml
template to themes.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application-ng.rhtml
@@ -93,7 +93,7 @@ @@ -93,7 +93,7 @@
93 '/assets/people', :id=>'people' %></li> 93 '/assets/people', :id=>'people' %></li>
94 <li><%= link_to '<span class="icon-menu-community">' + _('Communities') + '</span>', 94 <li><%= link_to '<span class="icon-menu-community">' + _('Communities') + '</span>',
95 '/assets/communities', :id=>'communities' %></li> 95 '/assets/communities', :id=>'communities' %></li>
96 - <li><%= link_to '<span class="icon-menu-events">' + _('Events') + '</span>', 96 + <li><%= link_to '<span class="icon-menu-events">' + 'Agenda Livre' + '</span>',
97 '/assets/events', :id=>'events' %></li> 97 '/assets/events', :id=>'events' %></li>
98 </ul> 98 </ul>
99 <div id="navigation-end"></div> 99 <div id="navigation-end"></div>