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-45.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-45.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-44.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-44.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-43.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-42.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-42.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-41.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-41.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-40.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-40.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-39.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-38.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-38.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-37.0.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-37.0.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-37.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-37.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-36.3.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-36.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb