Skip to content

Commit

Permalink
Update Blade files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Dec 27, 2018
1 parent 34e15b2 commit b96c36f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 127 deletions.
3 changes: 0 additions & 3 deletions resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<meta name="env" content="{{ app('env') }}">
<meta name="token" content="{{ csrf_token() }}">

<link rel="alternate" type="application/atom+xml" href="{{ cachet_route('feed.atom') }}" title="{{ $siteTitle }} - Atom Feed">
<link rel="alternate" type="application/rss+xml" href="{{ cachet_route('feed.rss') }}" title="{{ $siteTitle }} - RSS Feed">

<!-- Mobile friendliness -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
Expand Down
6 changes: 0 additions & 6 deletions resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<a class="btn btn-link" href="{{ cachet_route('auth.logout') }}">{{ trans('dashboard.logout') }}</a>
</li>
@endif
<li>
<a class="btn btn-link" href="{{ cachet_route('feed.rss') }}">{{ trans('cachet.rss-feed') }}</a>
</li>
<li>
<a class="btn btn-link" href="{{ cachet_route('feed.atom') }}">{{ trans('cachet.atom-feed') }}</a>
</li>
@if($enableSubscribers)
<li>
<a class="btn btn-success btn-outline" href="{{ cachet_route('subscribe') }}">{{ trans('cachet.subscriber.button') }}</a>
Expand Down
29 changes: 0 additions & 29 deletions resources/views/vendor/feed/atom.blade.php

This file was deleted.

89 changes: 0 additions & 89 deletions resources/views/vendor/feed/rss.blade.php

This file was deleted.

0 comments on commit b96c36f

Please sign in to comment.