Sha256: 33369800c4575d677a3e3bcbce37297181cc0ae0f2509e5b62d01ea6fadb3214

Contents?: true

Size: 789 Bytes

Versions: 19

Compression:

Stored size: 789 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 class="issue-info">
								EVENT #<%= version.id %>
								<small>
									<%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
								</small>
							</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

19 entries across 19 versions & 1 rubygems

Version Path
phcmemberspro-11.9.7 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.6 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.5 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.8.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.8.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.8.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.8.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.7.5 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.7.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.7.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.6.3 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.6.2 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.6.1 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb
phcmemberspro-11.6.0 app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb