Sha256: 5bd1039994f2315ae3f8c0d8ef4f3a6c761a79704ed17bebbf5b17504121ce79

Contents?: true

Size: 1.06 KB

Versions: 53

Compression:

Stored size: 1.06 KB

Contents

<div class='clearfix'>
  <div id='records'>
    <%= render :partial => "recent_activity" %>
  </div>
  <div id='actions'>
    <h2>Common Tasks</h2>
    <ul>
      <% if Refinery::Plugins.active.titles.include?("Pages") %>
        <li>
          <%= link_to "Add a new page", new_admin_page_url, :class => "add_icon" %>
        </li>
        <li>
          <%= link_to "Update a page", admin_pages_url, :class => "edit_icon" %>
        </li>
      <% end %>
      <% if Refinery::Plugins.active.titles.include?("Resources") %>
        <li>
          <%= link_to "Upload a file", new_admin_resource_url(:dialog => true, :width => 600, :height => 300), :class => "add_icon" %>
        </li>
      <% end %>
      <% if Refinery::Plugins.active.titles.include?("Images") %>
        <li>
          <%= link_to "Upload an image", new_admin_image_url(:dialog => true, :width => 600, :height => 300), :class => "add_icon" %>
        </li>
      <% end %>
      <li>
        <%= link_to "See home page", root_url, :class => "go_icon", :target => "_blank" %>
      </li>
    </ul>
  </div>
</div>

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
jacobat-refinerycms-0.9.6.14 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.34 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.33 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.32 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.31 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.30 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.29 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.28 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.27 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.26 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.25 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.24 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.23 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.22 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.21 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.19 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.18 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.17 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.16 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb
refinerycms-0.9.6.15 vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb