Sha256: edb0b081c4230d6e524ffcc70dcd7e0598a22ec7b20fcba418a189205a0a9dc0

Contents?: true

Size: 680 Bytes

Versions: 34

Compression:

Stored size: 680 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

34 entries across 34 versions & 1 rubygems

Version Path
phcmemberspro-22.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-22.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-22.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-21.3.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-21.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-21.0.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.5.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.5.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.5.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.4.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.3.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.3.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.2.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.2.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.2.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.1.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.0.4 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.0.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.0.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-20.0.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb