Skip to content

Commit

Permalink
Hu ho… accounts has its own layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 3855680 commit 0cb8edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/publify_admin.css.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "bootstrap";
/*
*= require bootstrap
*= require administration_structure
*= require jquery.ui.all
*= require gritter
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/accounts.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= @page_title %></title>
<meta http-equiv="imagetoolbar" content="no" />
<%= stylesheet_link_tag "bootstrap-accounts", "accounts" %>
<%= stylesheet_link_tag "publify_admin" %>
</head>
<body>
<div class='container'>
Expand Down

0 comments on commit 0cb8edc

Please sign in to comment.