<%= controller.class_from_type.human_name(:count => 2) %>
<% if @articles.any? %>
  •  
     
     
  • <% @articles.each do |article| %>
  • element">
    <%= link_to button_text(:edit), edit_skyline_article_path(article), :class => "button small" %>

    <%= article.title.blank? ? " " : article.title %>

     
  • <% end %>
<% else %> Nog geen <%= controller.class_from_type.human_name(:count => 2) %> aanwezig. <% end %>
<%= t(:actions, :scope => [:article, :headers]) %>
<%= link_to button_text(:new), skyline_articles_path(:type => params[:type]), :method => :post, :class => "add button medium green" %>