Commit ff71481926cbd97f1e6bd2a4191ecb5a702f8e8d

Authored by Luciano Prestes Cavalcanti
Committed by Luciano Prestes
1 parent cc15c2d5

Add title 'edit software' into edit software view

Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
views/profile/_software_tab.html.erb
... ... @@ -11,7 +11,7 @@
11 11 <%= content_tag('tr', content_tag('td', _("Internacionalizable:")) + content_tag('td', profile.software_info.intern ? _("Yes") : _("No"))) %>
12 12 <%= display_mpog_field(_('Operating Platform:'), profile.software_info, :operating_platform, true) %>
13 13 <%= display_mpog_field(_('Demonstration URL:'), profile.software_info, :demonstration_url, true) %>
14   - <%= display_mpog_field(_('Short Name:'), profile.software_info, :acronym, true) %
  14 + <%= display_mpog_field(_('Short Name:'), profile.software_info, :acronym, true) %>
15 15 <%= display_mpog_field(_('Objectives:'), profile.software_info, :objectives, true) %>
16 16 <%= display_mpog_field(_('Features:'), profile.software_info, :features, true) %>
17 17  
... ...
views/software_communities_plugin_myprofile/edit_software.html.erb
  1 +<h1><%= _('Edit Software') %></h1>
  2 +
1 3 <% tabs = [] %>
2 4  
3 5 <%= error_messages_for :software_info, :community %>
... ...