mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
17 lines
No EOL
461 B
HTML
17 lines
No EOL
461 B
HTML
<div class="row-fluid">
|
|
<div class="span6">
|
|
<div ng-show="artist.bio.trim().length">
|
|
<h2>Bio</h2>
|
|
<div class="description">
|
|
<p ng-bind-html-unsafe="artist.bio | noHTML | newlines"></p>
|
|
</div>
|
|
</div>
|
|
|
|
<h2>Comments</h2>
|
|
<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-column no-artist" />
|
|
</div>
|
|
</div> |