Sha256: 526478e627c3694354e22ed34085ae1a949ffa2b51bd2ecd20fb2643fd97f918

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 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 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>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmemberspro-11.9.5 app/views/phcmemberspro/member/listings/components/_listing_audits.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/member/listings/components/_listing_audits.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/member/listings/components/_listing_audits.html.erb