Sha256: d05da6908f5b14de87c806db84ee15c4119942bea5ba6df57d6c5045a4bdea72

Contents?: true

Size: 763 Bytes

Versions: 6

Compression:

Stored size: 763 Bytes

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<tbody>
			<% @member_profile_versions.each do |member_profile_version| %>
			<tr>
				<td><span class="label label-primary"><%= member_profile_version.event.humanize %></span></td>
				<td><small>PROFILE EVENT ID#<%= member_profile_version.id %></small></td>
				<td><%= member_profile_version.event.humanize + ' ' + @member_profile.member_firstname + ' ' + @member_profile.member_lastname %> Profile Information</td>
				<td><%= member_profile_version.whodunnit %></td>
				<td><%= l(member_profile_version.created_at, format: "%-d/%m/%Y") %> - <%= l(member_profile_version.created_at, format: "%H:%M %Z") %></td>
			</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
phcmemberspro-86.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-62.1.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmembers-62.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-85.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-84.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-84.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb