Sha256: fd6445d4544388793dba0c56f87fa09484194cc69447bbafebe780e253c2f7b9

Contents?: true

Size: 761 Bytes

Versions: 5

Compression:

Stored size: 761 Bytes

Contents

<div class="ibox">
	<div class="ibox-content">
		<div class="project-list">
			<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>
		</div>
	</div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcmemberspro-11.10.4 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.10.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.10.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.10.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.10.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb