Commit f9bc30fe7f4aaf0367205792d96368e1ff33f457

Authored by AntonioTerceiro
1 parent 6d1509b3

ActionItem153: displaying the environment name at the homepage


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1307 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/home/index.rhtml
1 1 <%= flash[:notice] %>
2 2  
  3 +<h1><%= @environment.name %></h1>
3 4 <%= @environment.description %>
4 5  
5 6 <div id='home-search' style='text-align: center'>
... ...