Display the feed icons, even if the Cachet support link isn't there. Closes #305
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@if(Setting::get('show_support'))
|
||||
<footer class='footer'>
|
||||
@if(Setting::get('show_support'))
|
||||
<p>{{ trans('cachet.powered_by', array('app' => Setting::get('app_name'))) }}</p>
|
||||
@endif
|
||||
<p><a href='/rss'><i class='ion-social-rss'></i> {{ trans('cachet.rss-feed') }}</a> - <a href='/atom'><i class='ion-social-rss'></i> {{ trans('cachet.atom-feed') }}</a></p>
|
||||
@if(Auth::check())
|
||||
<p>
|
||||
@@ -8,4 +9,3 @@
|
||||
</p>
|
||||
@endif
|
||||
</footer>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user