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

View File

@@ -3,7 +3,7 @@
@section('content')
<div class="header">
<span class="uppercase">
<i class="icon ion-plus"></i> {{ Lang::get('cachet.dashboard.incident-add') }}
<i class="icon ion-plus"></i> {{ trans('cachet.dashboard.incident-add') }}
</span>
> <small>Create an Incident Template</small>
</div>