adds admin_header partial

This commit is contained in:
Juanjo Bazán
2015-08-17 15:18:51 +02:00
parent 0c86882d0d
commit 94879fbccb
2 changed files with 51 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
</head>
<body>
<%= render 'layouts/header' %>
<%= render 'layouts/admin_header' %>
<% if notice %>
<p class="alert-box success"><%= notice %></p>