Commit 56cea7984ca1d581c13a7fdd04f499552ad85ce4
1 parent
dd862f14
Exists in
master
and in
28 other branches
ActionItem392: s/h2/h1/
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2019 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/views/cms/view.rhtml
1 | 1 | <% if @article %> |
2 | - <h2 id='article-full-path'> | |
2 | + <h1 id='article-full-path'> | |
3 | 3 | <%= icon('cms') %> |
4 | 4 | <%= link_to profile.identifier, :action => 'index' %> |
5 | 5 | <%= @article.hierarchy.map {|item| " / " + ((item == @article) ? item.name : link_to(item.name, :id => item.id)) } %> |
6 | - </h2> | |
6 | + </h1> | |
7 | 7 | <% else %> |
8 | - <h2> | |
8 | + <h1> | |
9 | 9 | <%= icon('cms') %> |
10 | 10 | <%= _('Content management') %> |
11 | - </h2> | |
11 | + </h1> | |
12 | 12 | <% end %> |
13 | 13 | |
14 | 14 | <% button_bar(:style => 'margin-bottom: 1em;') do %> | ... | ... |