Sha256: 924f1c2f0f8951518751596f16637c95b14994b10d6fdf76cd1c13198ac4a301

Contents?: true

Size: 772 Bytes

Versions: 15

Compression:

Stored size: 772 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_first_name + ' ' + @member_profile.member_last_name %> 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

15 entries across 15 versions & 2 rubygems

Version Path
phcmemberspro-91.4.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-67.5.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-67.4.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-67.3.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-67.1.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-67.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-66.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb
phcmembers-65.0.0 app/views/phcmembers/member/profiles/components/_profile_audits_table.html.erb