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
phcmemberspro-61.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-60.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-59.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-59.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-58.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-57.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-56.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-55.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-54.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-53.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-52.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-52.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-51.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-50.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-50.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-50.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-49.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-48.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-47.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-46.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb