Sha256: 33369800c4575d677a3e3bcbce37297181cc0ae0f2509e5b62d01ea6fadb3214
Contents?: true
Size: 789 Bytes
Versions: 19
Compression:
Stored size: 789 Bytes
Contents
<div class="ibox"> <div class="ibox-content"> <div class="project-list"> <table class="table table-hover"> <tbody> <% @versions.each do |version| %> <tr> <td> <span class="label label-primary"><%= version.event.capitalize %></span> </td> <td class="issue-info"> EVENT #<%= version.id %> <small> <%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information </small> </td> <td> <%= version.whodunnit %> </td> <td> <%= l(version.created_at, format: "%-d/%m/%Y") %> - <%= l(version.created_at, format: "%H:%M %Z") %> </td> </tr> <% end %> </tbody> </table> </div> </div> </div>
Version data entries
19 entries across 19 versions & 1 rubygems