Listing SheetPanel

<% @sheet_panels.each do |sheet_panel| %> <% end %>
id sheet_id panel_id t author_id created_at updated_at
<%= link_to sheet_panel.id, :action => :browse, :id => sheet_panel.id %> <%= sheet_panel.sheet_id %> <%= sheet_panel.panel_id %> <%= sheet_panel.t %> <%= link_to sheet_panel.author_id, :controller => '/authors', :action => :browse, :id => sheet_panel.author_id %> <%= sheet_panel.created_at %> <%= sheet_panel.updated_at %>