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