Cosmetic tweaks
This commit is contained in:
parent
22f8b0f328
commit
a1d9902b2a
3 changed files with 5 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
<div class="published-sources" ng-repeat="(source, label) in sources.published">
|
||||
<span class="sp-checked-icon checked-icon left-floated"></span>
|
||||
<span class="source-name">{{label}}</span>
|
||||
<button class="btn btn-small" ng-click="remove(source)"><?php echo _("Remove") ?></button>
|
||||
<button class="btn btn-small" ng-click="remove(source)"><?php echo _("Unpublish") ?></button>
|
||||
</div>
|
||||
<div ng-if="sources.published.length == 0">
|
||||
<?php echo _("You haven't published this track to any sources!") . "<br/>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue