[noosfero/noosfero][master] 2 commits: Fix the required_fields_message for forums. It was overlaying the title field

Rodrigo Souto gitlab at gitlab.com
Wed May 20 18:41:52 BRT 2015


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
91f76fb3 by Gabriela Navarro at 2015-05-14T14:54:52Z
Fix the required_fields_message for forums. It was overlaying the title field

Signed-off-by: Fabio Teixeira <fabio1079 at gmail.com>
Signed-off-by: Gabriela Navarro <navarro1703 at gmail.com>

- - - - -
82270a3f by Rodrigo Souto at 2015-05-20T21:41:40Z
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

- - - - -


1 changed file:

- app/views/cms/_forum.html.erb


Changes:

=====================================
app/views/cms/_forum.html.erb
=====================================
--- a/app/views/cms/_forum.html.erb
+++ b/app/views/cms/_forum.html.erb
@@ -2,6 +2,8 @@
 
 <h1><%= _('My Forum') %></h1>
 
+<%= required_fields_message %>
+
 <%= render :file => 'shared/tiny_mce' %>
 
 <%= required f.text_field(:name, :size => '64', :maxlength => 150, :onchange => "updateUrlField(this, 'article_slug')") %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/b464989afb12e24c1a22d30c5d097e9555ed5494...82270a3f1cd9eb73335e67b9893a53c5f5c47ca0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150520/461fc229/attachment-0001.html>


More information about the Noosfero-dev mailing list