Sha256: a10ca9cb4263539a655f184eaac5e92280c2515545c2ebb7c5baaa403660e13d

Contents?: true

Size: 679 Bytes

Versions: 10

Compression:

Stored size: 679 Bytes

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<tbody>
			<% @versions.each do |version| %>
				<tr>
					<td>
						<span class="label label-primary"><%= version.event.humanize %></span>
					</td>
					<td>
						EVENT #<%= version.id %>
					</td>
					<td>
						<%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
					</td>
					<td>
						<%= version.whodunnit %>
					</td>
					<td>
						<%= l(version.created_at, format: "%-d/%m/%Y") %> - <%= l(version.created_at, format: "%H:%M %Z") %>
					</td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmemberspro-17.1.4 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.1.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.1.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.1.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.0.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.0.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-17.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-16.0.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb