Skip to content
Snippets Groups Projects
Commit 6957ed4f authored by Prasad's avatar Prasad
Browse files

Fixes #732: User-detail representation on sidebar made consistent.

parent 69898281
No related branches found
No related tags found
No related merge requests found
......@@ -40,12 +40,11 @@
<div class="user-details">
<md-list-item class="md-1-line">
{/literal}
<img src="../../{$TEMPLATE_WEBPATH}/resources/images/butler.jpg" class="md-avatar" alt="butler">
<img src="../../{$TEMPLATE_WEBPATH}/resources/images/default_1.png" class="md-avatar" alt="user">
{literal}
<div class="md-list-item-text">
<h5>{{userinfo.first_name + " "}}{{userinfo.last_name}}</h5>
<!--p>{{userinfo.username}}</p>
<p>{{userinfo.email}}</p-->
<div>{{userinfo.first_name + " "}}{{userinfo.last_name}}</div>
<h5 style="margin: 0px;">{{userinfo.email}}</h5>
</div>
</md-list-item>
</div>
......@@ -90,4 +89,4 @@
</div>
</section>
{/literal}
{include file="../Footer.tpl"}
\ No newline at end of file
{include file="../Footer.tpl"}
......@@ -4,7 +4,7 @@
<div class="user-details">
<md-list-item class="md-1-line" style="margin:10px 0px">
{/literal}
<img src="../../{$TEMPLATE_WEBPATH}/resources/images/default_1.png" class="md-avatar" alt="butler">
<img src="../../{$TEMPLATE_WEBPATH}/resources/images/default_1.png" class="md-avatar" alt="user">
{literal}
<div class="md-list-item-text">
<small>{{userinfo.first_name + " "}}{{userinfo.last_name}}</small>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment