Sha256: e13493920ae18873999bac32d0d7bf8c2d4f39fb87c5a98af325c2b40f52f9af

Contents?: true

Size: 792 Bytes

Versions: 1

Compression:

Stored size: 792 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 %>
							</td>
							<td>
								<%= version.event.capitalize + ' ' + @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing 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>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcmemberspro-11.9.1 app/views/phcmemberspro/member/listings/components/_listing_audits.html.erb