Sha256: 2d21d349087d28c47fa3288db0a632c82a6f66c6b40aff67aece1850371249aa

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

.row
  .col-lg-12
    %h1.page-header Admin Dashboard

%ul.list-unstyled
  - [:pages, :posts, :categories, :content_statuses].each do |item|
    %li= link_to item.to_s.humanize, send("admin_#{item}_path")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theblog-0.0.2.3 app/views/theblog/admin/dashboard/index.html.haml
theblog-0.0.2.2 app/views/theblog/admin/dashboard/index.html.haml
theblog-0.0.2.1 app/views/theblog/admin/dashboard/index.html.haml
theblog-0.0.2 app/views/theblog/admin/dashboard/index.html.haml
theblog-0.0.1.1 app/views/theblog/admin/dashboard/index.html.haml
theblog-0.0.1 app/views/theblog/admin/dashboard/index.html.haml