diff --git a/views/profile/_software_tab.html.erb b/views/profile/_software_tab.html.erb index 2b104df..805c656 100644 --- a/views/profile/_software_tab.html.erb +++ b/views/profile/_software_tab.html.erb @@ -11,7 +11,7 @@ <%= content_tag('tr', content_tag('td', _("Internacionalizable:")) + content_tag('td', profile.software_info.intern ? _("Yes") : _("No"))) %> <%= display_mpog_field(_('Operating Platform:'), profile.software_info, :operating_platform, true) %> <%= display_mpog_field(_('Demonstration URL:'), profile.software_info, :demonstration_url, true) %> - <%= display_mpog_field(_('Short Name:'), profile.software_info, :acronym, true) % + <%= display_mpog_field(_('Short Name:'), profile.software_info, :acronym, true) %> <%= display_mpog_field(_('Objectives:'), profile.software_info, :objectives, true) %> <%= display_mpog_field(_('Features:'), profile.software_info, :features, true) %> diff --git a/views/software_communities_plugin_myprofile/edit_software.html.erb b/views/software_communities_plugin_myprofile/edit_software.html.erb index 218014e..0b25696 100644 --- a/views/software_communities_plugin_myprofile/edit_software.html.erb +++ b/views/software_communities_plugin_myprofile/edit_software.html.erb @@ -1,3 +1,5 @@ +

<%= _('Edit Software') %>

+ <% tabs = [] %> <%= error_messages_for :software_info, :community %> -- libgit2 0.21.2