Commit a8c13b20b6e2a70f62a8b74033fd1b79994de7a3

Authored by Rafael Martins
1 parent cd103d34

Fix for event search view's title

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/events.rhtml
1   -<%= search_page_title( @titles[:events], @category ) %>
  1 +<%= search_page_title( Environment.default.name + "'s " + @titles[:events], @category ) %>
2 2  
3 3 <%= render :partial => 'events/agenda' %>
... ...