Removed facades lang and url from views

This commit is contained in:
Joseph Cohen
2015-01-01 15:15:07 -06:00
parent 82ac6b12b5
commit eda027a88c
23 changed files with 120 additions and 120 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
@if($aboutApp)
<div class='about-app'>
<h1>{{ Lang::get('cachet.about_this_site') }}</h1>
<h1>{{ trans('cachet.about_this_site') }}</h1>
<p>{{ $aboutApp }}</p>
</div>
@endif
@@ -25,7 +25,7 @@
@include('partials.graphs')
@endif --}}
<h1>{{ Lang::get('cachet.past_incidents') }}</h1>
<h1>{{ trans('cachet.past_incidents') }}</h1>
@foreach(range(0, 7) as $i => $v)
@include('partials.incident', array('i', $i))
@endforeach