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
@@ -16,6 +16,9 @@
@endif
<a href="{{ route('feed.rss') }}" class="icon-link rss"><i class="ion-social-rss"></i> {{ trans('cachet.rss-feed') }}</a>
<a href="{{ route('feed.atom') }}" class="icon-link rss"><i class="ion-social-rss"></i> {{ trans('cachet.atom-feed') }}</a>
@if($subscribers_enabled)
<a class="icon-link" href="{{ route('subscribe.subscribe') }}">{{ trans('cachet.subscriber.button') }}</a>
@endif
</div>
</div>
</div>