Sha256: 2606e4bf085c22068938882110d45d2e345d90381f8c585e29863e2129fd0207

Contents?: true

Size: 368 Bytes

Versions: 7

Compression:

Stored size: 368 Bytes

Contents

<% 
	table_for @plugins do |t|
		t.column :name, :version, :author, :homepage

		t.row do |r, plugin|
  		r.cell link_to_show(plugin.name, plugin, :class => 'plugin')
			r.cell plugin.about['version']
			r.cell plugin.about['author']
			r.cell plugin.about['homepage']
		end

		t.empty :p, :class => 'empty' do
			t(:'adva.plugins.no_plugins_installed')
		end
	end 
%>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
adva-0.1.4 app/views/admin/plugins/index.html.erb
adva-0.1.3 app/views/admin/plugins/index.html.erb
adva-0.1.2 app/views/admin/plugins/index.html.erb
adva-0.1.1 app/views/admin/plugins/index.html.erb
adva-0.1.0 app/views/admin/plugins/index.html.erb
adva_cms-0.0.1 app/views/admin/plugins/index.html.erb
adva-0.0.1 adva_cms/app/views/admin/plugins/index.html.erb