Sha256: be0e39ef8030d57cda3ace68aca4c0c68704364e6d5b8ec48ae70922d7fd27fe

Contents?: true

Size: 652 Bytes

Versions: 44

Compression:

Stored size: 652 Bytes

Contents

<div class="sortable">
<%@admin_applications.each do |admin_application|%>

	<div class="admin_application" id="application_name_<%=admin_application[:name]%>"><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%>
</div>
<div id="dashboard-editmode">
	<a href="#" class="btn btn-primary" id="dashboard-editsave">Done Editing</a>&nbsp;<a id="dashboard-editcancel" href="#" class="btn">Cancel</a>
</div>
<script type="text/javascript">
$(document).ready(Spud.Admin.Dashboard.init);
</script>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
spud_core-1.0.0.rc2 app/views/spud/admin/dashboard/index.html.erb
spud_core-1.0.0.rc1.1 app/views/spud/admin/dashboard/index.html.erb
spud_core-1.0.0.rc1 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.22 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.21 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.20 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.19 app/views/spud/admin/dashboard/index.html.erb
tb_core-1.0.2 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.18 app/views/spud/admin/dashboard/index.html.erb
tb_core-1.0.1 app/views/spud/admin/dashboard/index.html.erb
tb_core-1.0 app/views/spud/admin/dashboard/index.html.erb
tb_core-0.9.19 app/views/spud/admin/dashboard/index.html.erb
tb_core-0.9.18 app/views/spud/admin/dashboard/index.html.erb
tb_core-0.9.17 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.17 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.16 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.15 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.14 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.12 app/views/spud/admin/dashboard/index.html.erb
spud_core-0.9.11 app/views/spud/admin/dashboard/index.html.erb