2013-07-31 21:47:21 -05:00
|
|
|
<div class="row-fluid">
|
2016-05-20 00:08:57 +01:00
|
|
|
<div class="col-md-6">
|
2016-02-14 02:53:27 -08:00
|
|
|
<div ng-show="::artist.bio.trim().length">
|
2015-10-24 19:35:37 -07:00
|
|
|
<h2>Bio</h2>
|
|
|
|
<div class="description">
|
2016-02-14 02:53:27 -08:00
|
|
|
<p marked="::artist.bio"></p>
|
2015-10-24 19:35:37 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-07-31 21:47:21 -05:00
|
|
|
|
2016-02-14 02:53:27 -08:00
|
|
|
<div ng-show="::artist.is_archived">
|
2016-01-05 07:53:01 -08:00
|
|
|
<h2>Archived profile</h2>
|
|
|
|
<p>This is an archived artist profile that's part of the MLP
|
|
|
|
Music Archive. If it's yours, email
|
|
|
|
<a href="mailto:feld0@pony.fm" target="_blank">feld0@pony.fm</a> to claim it!</p>
|
|
|
|
</div>
|
|
|
|
|
2016-02-14 02:53:27 -08:00
|
|
|
<pfm-comments type="user" resource="::artist"></pfm-comments>
|
2015-10-24 19:35:37 -07:00
|
|
|
</div>
|
2016-05-20 00:08:57 +01:00
|
|
|
<div class="col-md-6 cover-image">
|
2015-10-24 19:35:37 -07:00
|
|
|
<h2>Recent Tracks</h2>
|
2016-03-18 04:22:54 -07:00
|
|
|
<pfm-tracks-list tracks="::artist.latest_tracks" class="two-columns no-artist"></pfm-tracks-list>
|
2015-10-24 19:35:37 -07:00
|
|
|
</div>
|
|
|
|
</div>
|