Skip to content

Commit

Permalink
Updated urls from #88
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 28, 2013
1 parent 5858bfb commit 6a5ccc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/backend/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@
<div class="row-fluid stats-row">
<div class="span3 stat">
<div class="data">
<a href="{{ URL::to('admin') }}">
<a href="{{ URL::to('hardware') }}">
<span class="number">{{ number_format(Asset::assetcount()) }}</span>
<span style="color:black">total assets</span>
</a>
</div>
</div>
<div class="span3 stat">
<div class="data">
<a href="{{ URL::to('admin?RTD=true') }}">
<a href="{{ URL::to('hardware?RTD=true') }}">
<span class="number">{{ number_format(Asset::availassetcount()) }}</span>
<span style="color:black">assets available</span>
</a>
Expand Down

0 comments on commit 6a5ccc8

Please sign in to comment.