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

@@ -1,13 +1,13 @@
@extends('layout.dashboard')
@section('content')
<div class="header">
<i class="ion ion-stats-bars"></i> {{ Lang::get('cachet.dashboard.metrics') }}
</div>
<div class="row">
<div class="col-sm-12">
<h3>Metrics</h3>
<p class='lead'>Eventually this page will show all of the graphs that make up your metrics.</p>
</div>
</div>
<div class="header">
<i class="ion ion-stats-bars"></i> {{ trans('cachet.dashboard.metrics') }}
</div>
<div class="row">
<div class="col-sm-12">
<h3>Metrics</h3>
<p class='lead'>Eventually this page will show all of the graphs that make up your metrics.</p>
</div>
</div>
@stop