Sha256: 85327487f7fe6ec122a4de9a66c2c6563cb593fb7c8f39870e9c79e7d235dfc7

Contents?: true

Size: 651 Bytes

Versions: 3

Compression:

Stored size: 651 Bytes

Contents

<div class="table-responsive">
	<table class="table 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

3 entries across 3 versions & 1 rubygems

Version Path
phcmemberspro-14.7.5 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-14.7.4 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-14.7.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb