Sha256: 17e77fb0ca8ce601de2a7143b21ca46af3b82ed887abc50d90df16bf52f694ab

Contents?: true

Size: 574 Bytes

Versions: 17

Compression:

Stored size: 574 Bytes

Contents

<div class="sortable">
  <% @admin_applications.each do |admin_application| %>
    <div class="admin-application" id="application_name_<%= admin_application[:key] %>">
      <%= link_to url_for_admin_dashboard_application(admin_application[:url]) do %>
          <%= image_tag(admin_application[:thumbnail]) %>
          <span class="dash-icon-badge" ></span>
        <span class="application-name"><%= admin_application[:name] %></span>
      <% end %>
    </div>
  <% end %>
</div>
<script type="text/javascript">
  $(document).ready(spud.admin.dashboard.init);
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tb_core-1.4.3.1 app/views/admin/dashboard/index.html.erb
tb_core-1.4.3 app/views/admin/dashboard/index.html.erb
tb_core-1.4.2 app/views/admin/dashboard/index.html.erb
tb_core-1.4.1 app/views/admin/dashboard/index.html.erb
tb_core-1.4.0.1 app/views/admin/dashboard/index.html.erb
tb_core-1.4.beta2 app/views/admin/dashboard/index.html.erb
tb_core-1.4.beta1 app/views/admin/dashboard/index.html.erb
tb_core-1.3.10 app/views/admin/dashboard/index.html.erb
tb_core-1.3.9 app/views/admin/dashboard/index.html.erb
tb_core-1.3.7 app/views/admin/dashboard/index.html.erb
tb_core-1.3.6 app/views/admin/dashboard/index.html.erb
tb_core-1.3.5 app/views/admin/dashboard/index.html.erb
tb_core-1.3.4 app/views/admin/dashboard/index.html.erb
tb_core-1.3.3 app/views/admin/dashboard/index.html.erb
tb_core-1.3.2 app/views/admin/dashboard/index.html.erb
tb_core-1.3.1 app/views/admin/dashboard/index.html.erb
tb_core-1.3.0 app/views/admin/dashboard/index.html.erb