Sha256: 8265368444549e3866998330a3d9f30e032102f83a3724a3b4240dea8a246a8d

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

<table class="table table-hover">
	<tbody>
		<% @versions.each do |version| %>
			<tr>
				<td>
					<span class="label label-primary"><%= version.event.capitalize %></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>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-11.11.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.11.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.11.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.10.5 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb