<%= flash_messages %>
<% #link_to t('new.user'), new_admin_user_path, :class => 'new' %>
<%= t(:title) %> |
<%= t(:description) %> |
<%= t(:use_status) %> |
<%= t(:author) %> |
<%= t(:organization) %> |
<%= t(:version) %> |
<%= t(:action) %> |
<% @module_apps.each do |module_app| %>
">
<%= 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.author %> |
<%= module_app.organization %> |
<%= 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 %>
|
|
<% end %>
<%# link_to t('new.user'), new_admin_user_path, :class => 'new' %>