Sha256: 46dd7de3c555f3f17f33d5bd2ec64656423dd4387683049e826ab82c44046511

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

.sidebar-nav.navbar-collapse
  %ul#side-menu.nav
    %li
      = link_to theblog.admin_root_path do
        %i.fa.fa-dashboard.fa-fw
        Dashboard

    - [:pages, :posts, :categories, :content_statuses].each do |item|
      %li
        = link_to send("admin_#{item}_path") do
          %i.fa.fa-files-o.fa-fw
          = item.to_s.humanize

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
theblog-0.0.2 app/views/theblog/admin/shared/_sidebar.html.haml
theblog-0.0.1.1 app/views/theblog/admin/shared/_sidebar.html.haml
theblog-0.0.1 app/views/theblog/admin/shared/_sidebar.html.haml