<% content_for :secondary do %> <% #render 'side_bar' %> <% end %>
<%= flash_messages %>
<% #link_to t('new.user'), new_admin_user_path, :class => 'new' %>
<% @module_apps.each do |module_app| %> "> <% end %>
<%= t(:title) %> <%= t(:description) %> <%= t(:use_status) %> <%= t(:author) %> <%= t(:organization) %> <%= t(:version) %> <%= t(:action) %>
<%= module_app.title %> <%= module_app.intro %> <% attribute_type = "module_app" %> <% attribute = module_app %> <%= link_to t(:enable), admin_module_app_path(attribute, :authenticity_token => form_authenticity_token, :module_app => {:enable_frontend => true}), :remote => true, :method => :put, :id => "disable_#{attribute.id}", :style => "display:#{attribute.enable_frontend ? 'none' : ''}", :class => 'switch' %> <%= link_to t(:disable), admin_module_app_path(attribute, :authenticity_token => form_authenticity_token, :module_app => {:enable_frontend => false}), :remote => true, :method => :put, :id => "enable_#{attribute.id}", :style => "display:#{attribute.enable_frontend ? '' : 'none'}", :class => 'switch' %> <%= module_app.version %> <%= link_to t(:show), admin_module_app_path(module_app), :class => 'show' %> <%= link_to t(:edit), edit_admin_module_app_path(module_app), :class => 'edit' %> <%= link_to t(:delete_), admin_module_app_path(module_app), :class => 'delete', :confirm => t('sure?'), :method => :delete %>
<%# link_to t('new.user'), new_admin_user_path, :class => 'new' %>