Commit 2a45367127f39319d692c8f61c35cf22b4e96753
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'stable' of gitlab.com:participa/noosfero into stable
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
plugins/community_hub/views/cms/community_hub_plugin/_hub.html.erb
1 | 1 | <div class='hub'> |
2 | + | |
2 | 3 | <h1><%= _("HUB Settings:") %></h1> |
4 | + | |
3 | 5 | <%= required_fields_message %> |
6 | + | |
4 | 7 | <div> |
5 | 8 | <%= required labelled_form_field(_('Title'), text_field(:article, 'name', :size => '64', :maxlength => 150)) %> |
6 | 9 | </div> |
10 | + | |
7 | 11 | <div> |
8 | 12 | <%= required labelled_form_field(_('Description'), text_area(:article, 'body', :style => 'width: 99%;')) %> |
9 | 13 | </div> |
14 | + | |
15 | + <%= fields_for 'article[image_builder]', @article.image do |i| %> | |
16 | + <%= file_field_or_thumbnail(_('Image:'), @article.image, i) %> | |
17 | + <% end %> | |
18 | + | |
10 | 19 | <br /> |
20 | + | |
11 | 21 | <div> |
12 | 22 | <h2><%= _('Twitter Settings:') %></h2> |
13 | 23 | </div> | ... | ... |