VRFS-611 wrapping of instruments in profile page
This commit is contained in:
parent
f85f0fa956
commit
4e659813ef
|
|
@ -48,10 +48,13 @@
|
|||
|
||||
<div class="account-mid profile">
|
||||
<div class="left small mr20" align="center">
|
||||
<a href="#" class="avatar_large"><img src="{photoUrl}" id="profile-avatar" /></a></div>
|
||||
<strong>Name:</strong> {name}<br />
|
||||
<strong>Location:</strong> {location}<br />
|
||||
<strong>Instruments:</strong> {instruments}
|
||||
<a href="#" class="avatar_large"><img src="{photoUrl}" id="profile-avatar" /></a>
|
||||
</div>
|
||||
<div class="whitespace" style="margin-left:78px;">
|
||||
<strong>Name:</strong> {name}<br />
|
||||
<strong>Location:</strong> {location}<br />
|
||||
<strong>Instruments:</strong> {instruments}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
|
|
|
|||
Loading…
Reference in New Issue