<%= @PAGE_TITLE = "Outputs" %>

<%= link_to "Create a new output", new_a_output_path, :class => "btn btn-success" %>

<% @outputs.each do |output| %> <% end %>
Edit Code Size Pre-rendered? Rich? # Rendered
<%= link_to "Edit", edit_a_output_path(output), class: "btn" %> <%= output.code %> <%= output.size %> <%= output.prerender? %> <%= output.is_rich? %> <%= output.asset_outputs.count %>