Commit ff71481926cbd97f1e6bd2a4191ecb5a702f8e8d
Committed by
Luciano Prestes
1 parent
cc15c2d5
Exists in
master
and in
5 other branches
Add title 'edit software' into edit software view
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
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