Sha256: 71ceec0a9d2ce904dcf1fce238481381762ee856457b329af4d91f0e200e101f

Contents?: true

Size: 1.21 KB

Versions: 18

Compression:

Stored size: 1.21 KB

Contents

- @window_title = "History"
- @page_title = "History"

.row-fluid
  = render :partial => "/gluttonberg/admin/settings/main/sidebar"
  .span9
    .row-fluid
      .page-header
        %h1
          = @page_title.html_safe
      .subnav
        
    
      - if @feeds.blank?
        %p.empty No Feed
      - else
        %table{:id => 'history_table', :class => "table table-bordered ", :cellpadding => 0, :cellspacing => 0, :rel => "" , :summary => "History"}
          %thead
            %tr
              %th Target
              %th Action
              %th.author User     
              %th Date
          %tbody
            - @feeds.each do |feed|
              %tr
                %td
                  - unless feed.feedable_type.blank?
                    = feed.feedable_type.demodulize
                  - else
                    Unknown
                  = ": #{feed.title}"  
                %td
                  
                  = feed.action_type
                %td
                  - unless feed.user.blank?
                    = link_to feed.user.full_name, edit_admin_user_path(feed.user.id)
                %td
                  = feed.created_at.strftime("%d/%m/%Y at %H:%M")
        = will_paginate @feeds          

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/settings/global_history/index.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/settings/global_history/index.html.haml