index.rhtml 129 Bytes
<h1><%= _('Validators by Region') %></h1>

<ul class='tree'>
  <%= render :partial => 'region', :collection => @regions %>
</ul>