mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed classifier and changed archive message
This commit is contained in:
parent
143d405d39
commit
4e2b2f90ec
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="classifier">
|
||||
<pfm-paged-tracks-list type="all" click-override="clickOverride(id)" has-override="true" class="classifier-track-list" admin="true"></pfm-paged-tracks-list>
|
||||
<pfm-paged-tracks-list type="unclassified" click-override="clickOverride(id)" has-override="true" class="classifier-track-list" admin="true"></pfm-paged-tracks-list>
|
||||
<pfm-track-editor track-id="trackIdToEdit" class="classifier-track-editor"></pfm-track-editor>
|
||||
</div>
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
|
||||
<div ng-show="::artist.is_archived">
|
||||
<h2>Archived profile</h2>
|
||||
<p>This is an archived artist profile that's part of the MLP
|
||||
Music Archive. If it's yours, email
|
||||
<p>This is an archived artist profile that's part of a music archive. If it's yours, email
|
||||
<a href="mailto:logic@pony.fm" target="_blank">logic@pony.fm</a> to claim it!</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue