Skip to content

Commit

Permalink
make page headers uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Oke Ugwu committed Jun 29, 2015
1 parent dd39380 commit 67ad12f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Cme/Web/Views/brands/list.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('content')
<h1>Brands <small>Manage your brands</small></h1>
<h1 class="page-header">Brands <small>Manage your brands</small></h1>

<hr/>

Expand Down
2 changes: 1 addition & 1 deletion app/Cme/Web/Views/dashboard/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="text-center" style="background:url('/assets/img/icon_campaign.png') no-repeat center top; padding-top:140px; <?= ($state->enableCampaign)? '' : 'opacity: 0.5' ?>">
<p style="font-size: 30px;">3. Create a campaign</p>
<p>Send emails and see results</p>
<a <?= ($state->enableCampaign)? 'href="/campaigns/new"' : '' ?> class="btn <?= ($state->enableCampaign)? 'btn-cme' : 'btn-default' ?>">Create a Campaign</a>
<a <?= ($state->enableCampaign)? 'href="/campaigns/new"' : '' ?> class="btn <?= ($state->enableCampaign)? 'btn-cme' : 'btn-default disabled' ?>">Create a Campaign</a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/Cme/Web/Views/smtp/list.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('content')
<h1>SMTP Providers <small>Manage your SMTP Providers</small></h1>
<h1 class="page-header">SMTP Providers <small>Manage your SMTP Providers</small></h1>

<hr/>

Expand Down
2 changes: 1 addition & 1 deletion app/Cme/Web/Views/templates/list.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('content')
<h1>Templates <small>Manage your templates</small></h1>
<h1 class="page-header">Templates <small>Manage your templates</small></h1>

<hr>

Expand Down

0 comments on commit 67ad12f

Please sign in to comment.