Skip to content
Snippets Groups Projects
Unverified Commit b811cbae authored by Robb Lewis's avatar Robb Lewis
Browse files

Nav, better logs

parent bca4447a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,9 +13,9 @@
<div class="feed-item">
@if ($log->count)
<div class="date">{!! $log->created_at !!}</div>
<div class="text">Imported {!! $log->count !!} tweets</div>
<div class="text">Imported {!! $log->count !!} @if ($log->count == 1) tweet @else tweets @endif</div>
@else
<div class="date">{!! $log->created_at !!} - No Tweets Found</div>
<div class="date">{!! $log->created_at !!} - No tweets found</div>
@endif
</div>
@empty
Loading
Loading
Loading
Loading
@@ -23,6 +23,7 @@
@endif
<ul class="nav navbar-nav navbar-right">
@if (Auth::check())
<li><a href="/logs">Fetch Logs</a></li>
<li><a href="/logout">Logout</a></li>
@else
<li><a href="/login">Login</a></li>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment