index.rhtml 212 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 <%= flash[:notice] %> <h1><%= @environment.name %></h1> <h2><%= _('Recent articles') %></h2> <% for article in @articles %> <h2><%= article.name %></h2> <div> <%= article.to_html %> </div> <% end %>