Skip to content

Commit

Permalink
[WebUI IntelliHome#7] Changed calss iso to index
Browse files Browse the repository at this point in the history
  • Loading branch information
skullbocks committed Jul 27, 2014
1 parent e51c877 commit d4fe4b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/templates/index.html.ep
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
% layout 'default' ;
% title config('name');
% content_for head => begin
<meta name="keywords" content="Index" />
%= asset 'isotope.css'
% end
<div id="iso" class="content">
<div class="iso content">

<div class="row">

Expand Down Expand Up @@ -92,8 +92,4 @@

</div>

<div class="pagination">
<a href="#/page/2/">Next</a>
</div>

</div>

0 comments on commit d4fe4b0

Please sign in to comment.