lib/generators/ideyabox/admin/templates/views/admin/shared/_header.html.haml in ideyabox-0.0.6 vs lib/generators/ideyabox/admin/templates/views/admin/shared/_header.html.haml in ideyabox-0.1.0
- old
+ new
@@ -1,11 +1,10 @@
#header
#header_wrapper
#center
- = link_to "Application", root_path, :target => :_blank
- = '/'
- = t(@active)
+ = link_to image_tag("admin/rdws_cat.png"), admin_root_path, :id => 'logo'
+ = link_to Rails.application.class.parent_name, root_path, :target => :_blank, :id=>'application_link'
#search
= form_tag "/", :id => :subscription do
= text_field_tag :search, nil, :placeholder => "search"
= submit_tag ""