use h3 as standard heading, just like all other blocks do.

pull/6827/head
jwollert 13 years ago
parent b3f7df956b
commit 9185e7137e
  1. 2
      app/models/my_projects_overview.rb

@ -61,7 +61,7 @@ class MyProjectsOverview < ActiveRecord::Base
def new_custom_element
idx = custom_elements.any? ? custom_elements.sort.last.first.next : "a"
[idx, l(:label_custom_text), "h2. #{l(:info_custom_text)}"]
[idx, l(:label_custom_text), "h3. #{l(:info_custom_text)}"]
end
def elements

Loading…
Cancel
Save