From 56cea7984ca1d581c13a7fdd04f499552ad85ce4 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 13 Jun 2008 19:41:45 +0000 Subject: [PATCH] ActionItem392: s/h2/h1/ --- app/views/cms/view.rhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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