Commit cf48d248c0be291fbf4ee745aa33e67b0c08c4c1
Committed by
Fabio Teixeira
1 parent
783f8f79
Exists in
master
and in
5 other branches
Adds demonstration_url in edit software view.
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
views/mpog_software_plugin_myprofile/_public_software_info.html.erb
@@ -95,5 +95,7 @@ | @@ -95,5 +95,7 @@ | ||
95 | <%= label_tag k.to_sym, _("#{k.gsub("_", " ").capitalize}") %><br /> | 95 | <%= label_tag k.to_sym, _("#{k.gsub("_", " ").capitalize}") %><br /> |
96 | <% end %> | 96 | <% end %> |
97 | <% end %> | 97 | <% end %> |
98 | - | ||
99 | -</div> | 98 | + <div id = "demonstration_url"> |
99 | + <%= label_tag(:demonstration_url ,_("Demonstration url:"), :class=>"formlabel") %> | ||
100 | + <%= text_field_tag("software[demonstration_url]", @software_info.demonstration_url) %> | ||
101 | + </div> |