Commit 82270a3f1cd9eb73335e67b9893a53c5f5c47ca0
Exists in
master
and in
25 other branches
Merge branch 'fix_forum' into 'master'
Fix the required_fields_message for forums. It was overlaying the title field This patch is to fix the overlaying problem the Title field when creating a forum See merge request !574
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/cms/_forum.html.erb
@@ -2,6 +2,8 @@ | @@ -2,6 +2,8 @@ | ||
2 | 2 | ||
3 | <h1><%= _('My Forum') %></h1> | 3 | <h1><%= _('My Forum') %></h1> |
4 | 4 | ||
5 | +<%= required_fields_message %> | ||
6 | + | ||
5 | <%= render :file => 'shared/tiny_mce' %> | 7 | <%= render :file => 'shared/tiny_mce' %> |
6 | 8 | ||
7 | <%= required f.text_field(:name, :size => '64', :maxlength => 150, :onchange => "updateUrlField(this, 'article_slug')") %> | 9 | <%= required f.text_field(:name, :size => '64', :maxlength => 150, :onchange => "updateUrlField(this, 'article_slug')") %> |