Skip to content

Commit

Permalink
changes link to root in management layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Oct 17, 2015
1 parent 1744769 commit c54341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/management.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<%= link_to root_path do %>
<%= link_to management_root_path do %>
<%= image_tag('header_logo_madrid.png', class: 'left', size: '96x96') %>
<%= t("layouts.header.open_gov", open: "<strong>#{t('layouts.header.open')}</strong>").html_safe %> <span>|</span> <span class="logo-site"><%= t("management.dashboard.index.title") %></span>
<% end %>
Expand Down

0 comments on commit c54341d

Please sign in to comment.