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-83.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.4.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-61.5.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmembers-61.4.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmembers-61.3.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-61.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb