Sha256: aaffdb75f6b1326c159a2ec56c3a4c5819a45113bdaf6dd479b945cae12891c5
Contents?: true
Size: 633 Bytes
Versions: 10
Compression:
Stored size: 633 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 = (Jinda::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
10 entries across 10 versions & 1 rubygems