Drop FontAwesome in favour of IonIcons
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<div class="header">
|
||||
<span class="uppercase">
|
||||
<i class="fa fa-dashboard"></i> {{ Lang::get('cachet.dashboard.incident-add') }}
|
||||
<i class="icon ion-plus"></i> {{ Lang::get('cachet.dashboard.incident-add') }}
|
||||
</span>
|
||||
> <small>Create an Incident Template</small>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="header">
|
||||
<i class="fa fa-area-chart"></i> {{ Lang::get('cachet.dashboard.metrics') }}
|
||||
<i class="ion ion-stats-bars"></i> {{ Lang::get('cachet.dashboard.metrics') }}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="header">
|
||||
<i class="fa fa-envelope"></i> {{ Lang::get('cachet.dashboard.notifications') }}
|
||||
<i class="ion ion-email"></i> {{ Lang::get('cachet.dashboard.notifications') }}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<div class="header">
|
||||
<span class='uppercase'>
|
||||
<i class="fa fa-user"></i> {{ Lang::get('cachet.dashboard.user') }}
|
||||
<i class="ion ion-person"></i> {{ Lang::get('cachet.dashboard.user') }}
|
||||
</span>
|
||||
</div>
|
||||
<div class='content-wrapper'>
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#menu">
|
||||
<span class="sr-only">{{ Lang::get('cachet.dashboard.toggle_navigation') }}</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/dashboard"><span id="sidebar-toggle"></span> Cachet</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="menu">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a class='' href="{{ URL::route('status-page') }}"><i class="fa fa-home"></i></a></li>
|
||||
@if(Auth::check())
|
||||
<li><a class='' href="{{ URL::route('logout') }}"><i class="fa fa-sign-out"></i></a></li>
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -46,7 +46,7 @@
|
||||
</li>
|
||||
{{-- <li class="{{ Request::is('dashboard/metrics') ? 'active' : '' }}">
|
||||
<a href="{{ URL::route('dashboard.metrics') }}">
|
||||
<i class="fa fa-area-chart"></i> {{ Lang::get('cachet.dashboard.metrics') }}
|
||||
<i class="ion ion-stats-bats"></i> {{ Lang::get('cachet.dashboard.metrics') }}
|
||||
</a>
|
||||
</li>
|
||||
<li class="sub-nav-item">
|
||||
@@ -56,7 +56,7 @@
|
||||
</li> --}}
|
||||
{{-- <li class="{{ Request::is('dashboard/notifications') ? 'active' : '' }}">
|
||||
<a href="{{ URL::route('dashboard.notifications') }}">
|
||||
<i class="fa fa-envelope"></i> {{ Lang::get('cachet.dashboard.notifications') }}
|
||||
<i class="ion ion-email"></i> {{ Lang::get('cachet.dashboard.notifications') }}
|
||||
</a>
|
||||
</li> --}}
|
||||
<li class="{{ Request::is('dashboard/settings') ? 'active' : '' }}">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@if(Setting::get('show_support'))
|
||||
<footer class='footer'>
|
||||
<p>{{ Lang::get('cachet.powered_by', array('app' => Setting::get('app_name'))) }}</p>
|
||||
<p><a href='/rss'><i class='fa fa-rss'></i> RSS Feed</a></p>
|
||||
<p><a href='/rss'><i class='ion-social-rss'></i> RSS Feed</a></p>
|
||||
@if(Auth::check())
|
||||
<p>
|
||||
<a href="{{ URL::route('dashboard') }}">{{ Lang::get('cachet.dashboard.dashboard') }}</a> – <a href="{{ URL::route('logout') }}">{{ Lang::get('cachet.logout') }}</a>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<div class="header">
|
||||
<span class="uppercase">
|
||||
<i class='fa fa-cog'></i> {{ Lang::get('cachet.setup') }}
|
||||
<i class='ion-gear-a'></i> {{ Lang::get('cachet.setup') }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user