Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
Add admin_root link
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Mar 20, 2016
1 parent b19de5e commit 6f1780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/shared/_header.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%header
%span.logo-mark "BAUKIS"
= link_to 'BAUKIS', :admin_root, class: 'logo-mark'
= content_tag(:span, flash.notice, class: 'notice') if flash.notice
= content_tag(:span, flash.alert, class: 'alert') if flash.alert
- if current_administrator
Expand Down

0 comments on commit 6f1780c

Please sign in to comment.