Sha256: 8dedd63276ccc9038c1bc127ea363673401694a0dbe689c79907c9c23e8b7440

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 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.verb.conjugate, :tense => :past + ' ' + @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

1 entries across 1 versions & 1 rubygems

Version Path
phcmemberspro-11.10.6 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb