diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml
index e6ff878..19238ca 100644
--- a/app/views/cms/view.rhtml
+++ b/app/views/cms/view.rhtml
@@ -1,14 +1,14 @@
<% if @article %>
-
+
<%= icon('cms') %>
<%= link_to profile.identifier, :action => 'index' %>
<%= @article.hierarchy.map {|item| " / " + ((item == @article) ? item.name : link_to(item.name, :id => item.id)) } %>
-
+
<% else %>
-
+
<%= icon('cms') %>
<%= _('Content management') %>
-
+
<% end %>
<% button_bar(:style => 'margin-bottom: 1em;') do %>
--
libgit2 0.21.2