Skip to content

Commit

Permalink
Unify headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Nov 13, 2017
1 parent dce64cf commit bf66873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/components/page-header/page-header.html
@@ -1,4 +1,4 @@
<div class="row bg-white p-10 p-l-15 p-r-15 m-b-10">
<div class="row p-10 p-l-15 p-r-15">
<div class="col-sm-9">
<h3>{{$ctrl.title}}</h3>
</div>
Expand Down
3 changes: 2 additions & 1 deletion client/app/pages/dashboards/dashboard.html
@@ -1,5 +1,6 @@
<div class="container">
<div class="row bg-white p-t-10 p-b-10 m-b-10">

<div class="row p-10 p-l-15 p-r-15">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-7 dashboard__header">
<h3>{{$ctrl.dashboard.name}}
<span class="label label-default" ng-if="$ctrl.dashboard.is_draft && !$ctrl.dashboard.is_archived">Unpublished</span>
Expand Down

0 comments on commit bf66873

Please sign in to comment.