Sha256: 48413bec44ac56daecf60c19d3f47cf2f60368800f65127d06db1352cb2f4767

Contents?: true

Size: 1.06 KB

Versions: 51

Compression:

Stored size: 1.06 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

51 entries across 51 versions & 1 rubygems

Version Path
phcmembers-8.1.2 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.1.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.1.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.0.3 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.0.2 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.0.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-8.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-7.0.3 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-7.0.2 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-7.0.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-7.0.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.5 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.4 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.3 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.2 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.7.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.5.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.5.0 app/views/phcmembers/member/profiles/components/_profile_main.html.erb
phcmembers-6.4.1 app/views/phcmembers/member/profiles/components/_profile_main.html.erb