index.rhtml 271 Bytes
<%= 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 %>