Sha256: 2fa56c26ace2da891165521dcb6d5669942b4f2f0e7cf9c43d2d78105f93b6c5

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 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, :accounts].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.3 app/views/theblog/admin/shared/_sidebar.html.haml
theblog-0.0.2.2 app/views/theblog/admin/shared/_sidebar.html.haml
theblog-0.0.2.1 app/views/theblog/admin/shared/_sidebar.html.haml