Skip to content

Commit

Permalink
Merge pull request #18 from VonOx/master
Browse files Browse the repository at this point in the history
Breadcrumb correction
  • Loading branch information
Pierre-Gilles committed Jun 17, 2015
2 parents 2d7ebe9 + b5dd05f commit a0764e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions views/parametres/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<small><%= __('Control Panel') %></small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
<li><a href="#"><i class="fa fa-dashboard"></i> <%= __('Home') %></a></li>
<li class="active"><%= __('Parametres') %></li>
</ol>
</section>

Expand Down
4 changes: 2 additions & 2 deletions views/sensor/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<small><%= __('Sensors') %></small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
<li><a href="#"><i class="fa fa-dashboard"></i> <%= __('Home') %></a></li>
<li class="active"><%= __('Sensors') %></li>
</ol>
</section>

Expand Down

0 comments on commit a0764e4

Please sign in to comment.