Sha256: 369d354f9167fc77091ef5d4832d85f98ec820dc77e764bfa2aaa81afab82232

Contents?: true

Size: 383 Bytes

Versions: 3

Compression:

Stored size: 383 Bytes

Contents

- unless submitted_content.blank?
  .span3.waiting_for_approval
    .well
      %h3 Waiting for approval
      - submitted_content.each do |content|
        %p
          - unless content[0].blank?
            = truncate(content[0].to_s, :length => 30)
          = link_to("Review", content[1], :class => " ")
      - if more
        = link_to "More", admin_waiting_for_approval_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/shared/_version_dashboard_notifications.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/shared/_version_dashboard_notifications.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/shared/_version_dashboard_notifications.html.haml