Sha256: 112f335be2e04db56cc049b7784723fe86c7bcc5b9dbb3713e704b2055eae975
Contents?: true
Size: 712 Bytes
Versions: 7
Compression:
Stored size: 712 Bytes
Contents
<div class="ibox"> <div class="ibox-content"> <table class="table table-hover"> <tbody> <% @versions.each do |version| %> <tr> <td> <span class="label label-primary"><%= version.event.capitalize %></span> </td> <td> EVENT #<%= version.id %> </td> <td> <%= version.event.capitalize + ' ' + @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Information </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>
Version data entries
7 entries across 7 versions & 1 rubygems