Style tweaks to publishing and podcast dialogs

This commit is contained in:
Duncan Sommerville 2015-11-04 15:16:29 -05:00
parent a7370de832
commit 866b88dbb2
5 changed files with 35 additions and 30 deletions

View file

@ -1,7 +1,7 @@
<div class="angular_wrapper" ng-controller="StationPodcast">
<div class="inner_editor_title">
<h2>
<?php echo _("Editing ") ?>"<span ng-bind="podcast.title" class="title_obj_name"></span>"
<span class="title_obj_name"><?php echo _("My Station Podcast") ?></span>
</h2>
<a href="{{podcast.url}}" target="_blank">
<button class="btn"><?php echo _("View Feed") ?></button>