TENANTS

<%= render :partial => "shared/flash" %>

<%= link_to "Add new tenant", new_admin_tenant_path, class: "btn btn-primary" %>

<% @tenants.each_with_index do |tenant, x| %> <% end %>
# Image Name  
<%= @no+x+1 %> <%= tenant.name %> <%= tenant.name %> <%= link_to "Edit", edit_admin_tenant_path(tenant.id, :tenant => params[:tenant]), :class => "btn btn-success" %> <%= link_to "Delete", admin_tenant_path(tenant.id, :tenant => params[:tenant] ), :method => :delete, data: {:confirm => "Are you sure?"}, :class => "btn btn-danger" %>