Assets

Asset List

<%= link_to "Create New", new_admin_asset_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<% if !@assets.nil? && @assets.present? %>
<% @assets.each_with_index do |asset,index| %> <% end %>
SL.No Name URL Actions
<%= @assets.offset + index + 1 %> <%= asset.name %> <%= asset.image.url %> <%= link_to "View", admin_asset_path(asset), :class => "btn btn-warning btn-sm hvr-box-shadow-outset" %>
<% end %> <%= will_paginate @assets %>