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