mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
16 lines
512 B
HTML
16 lines
512 B
HTML
<div class="row-fluid">
|
|
<div class="span6">
|
|
<div bo-show="artist.bio.trim().length">
|
|
<h2>Bio</h2>
|
|
<div class="description">
|
|
<p bo-html="artist.bio | noHTML | newlines"></p>
|
|
</div>
|
|
</div>
|
|
|
|
<pfm-comments type="user" resource="artist"></pfm-comments>
|
|
</div>
|
|
<div class="span6 cover-image">
|
|
<h2>Recent Tracks</h2>
|
|
<pfm-tracks-list tracks="artist.latest_tracks" class="two-columns no-artist" />
|
|
</div>
|
|
</div>
|