Sha256: 12662d93a6d13a43b3bce2cffaa3824fbe24c90082009fb7817c2846a14eeb90

Contents?: true

Size: 751 Bytes

Versions: 89

Compression:

Stored size: 751 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.mfirstname + ' ' + @member_profile.mlastname %> 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

89 entries across 89 versions & 2 rubygems

Version Path
phcmembers-57.1.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-67.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-66.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-65.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-64.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-63.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-62.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb