Move the subscribers button into footer, re-arrange top half page

This commit is contained in:
James Brooks
2015-10-17 14:18:45 +01:00
parent 49e4113159
commit 4e7d4c4581
9 changed files with 52 additions and 55 deletions

View File

@@ -1,14 +1,6 @@
@extends('layout.master')
@section('content')
@if($subscribers_enabled)
<div class="pull-right">
<p><a class="btn btn-success btn-outline" href="{{ route('subscribe.subscribe') }}">{{ trans('cachet.subscriber.button') }}</a></p>
</div>
@endif
<div class="clearfix"></div>
<div class="section-messages">
@include('dashboard.partials.errors')
</div>
@@ -26,10 +18,6 @@
</div>
@endif
<div class="section-status">
<div class="alert alert-{{ $systemStatus }}">{{ $systemMessage }}</div>
</div>
@if($about_app)
<div class="about-app">
<h1>{{ trans('cachet.about_this_site') }}</h1>
@@ -37,6 +25,10 @@
</div>
@endif
<div class="section-status">
<div class="alert alert-{{ $systemStatus }}">{{ $systemMessage }}</div>
</div>
@if(!$component_groups->isEmpty() || !$ungrouped_components->isEmpty())
<div class="section-components">
@include('partials.components')