Sha256: 48fd60b5fcfa4a12d894eed2dbe87ff1e54df5393e4dcb9282cd583ba7efbee0
Contents?: true
Size: 626 Bytes
Versions: 50
Compression:
Stored size: 626 Bytes
Contents
- @title= "Notice Error Logs" = paginate @notices %table{:id=>"pending-table", :width=>"100%"} %tr{:style=>"color:white; background-color:#97BF60;"} %th created %th user %th message - @notices.each do |notice| - @notice= notice - current_notice = @notice.id - #current_notice_user = @notice.user - notice_user = (User.find @notice.user ? notice.user : 0) - (notice_user_name = notice_user.code) if notice_user %tr %td(style='vertical-align:top;')= notice.created_at %td(style='vertical-align:top;')= notice_user_name %td(style='vertical-align:top;')= notice.message
Version data entries
50 entries across 47 versions & 4 rubygems