Sha256: 7fe26b847bb858c6ead3314588b1851cd0558a64abe4d9894d7d92edaf9ca78c

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

<div class="row">

	<div class="col-md-6">

		<div class="panel panel-default">

			<div class="panel-heading">
				<%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Member Stats
			</div>

			<div class="panel-body">
			</div>

		</div>

	</div>
	<div class="col-md-6">

		<div class="panel panel-default">

			<div class="panel-heading">
				<%= @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Information Change Log
			</div>

			<div class="panel-body">
				<div class="scroller" style="height: 320px;" data-always-visible="1" data-rail-visible1="0" data-handle-color="#D7DCE2">
					<ul class="list-group feeds">
						<% @versions.each do |version| %>
							<li class="list-group-item">
								<i class="fa fa-bell-o fa-fw"></i>
								<strong>EVENT #<%= version.id %></strong> -
								<i> <%= l(version.created_at, format: "%-d/%m/%Y") %> </i> -
								<%= version.event.capitalize %> - Profile <%= l(version.created_at, format: "%H:%M %Z") %>
							</li>
						<% end %>
					</ul>
				</div>
			</div>

		</div>

	</div>

</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcmembers-14.0.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-14.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-13.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-12.5.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-12.4.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-12.2.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-11.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-10.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-9.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-9.0.0b app/views/phcmembers/member/profiles/components/_profile_main.html.erb