Sha256: e073dc8d2103d887c6d641820e63a0ffee795e007ea8533c45c82364b8f79f52

Contents?: true

Size: 328 Bytes

Versions: 16

Compression:

Stored size: 328 Bytes

Contents


<%@admin_applications.sort_by{|obj| obj[:order]}.each do |admin_application|%>

	<div class="admin_application"><a href="<%=admin_application[:url]%>">
		<div class="image_wrapper"><%=image_tag(admin_application[:thumbnail])%></div>
		<span class="application_name"><%=admin_application[:name]%></span>
		</a>
	</div>

<%end%>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
spud_core-0.8.0 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.7.5 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.7.4 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.7.2 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.7.1 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.7.0 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.6.4 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.6.2 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.5.6 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.5.5 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.5.2 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.5.1 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.5.0 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.4.0 app/views/spud/admin/dashboard/index.html.erb
spud_admin-0.2.0 app/views/spud/admin/dashboard/index.html.erb
spud_admin-0.1.0 app/views/spud/admin/dashboard/index.html.erb