Commit cf48d248c0be291fbf4ee745aa33e67b0c08c4c1

Authored by David Silva
Committed by Fabio Teixeira
1 parent 783f8f79

Adds demonstration_url in edit software view.

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
views/mpog_software_plugin_myprofile/_public_software_info.html.erb
... ... @@ -95,5 +95,7 @@
95 95 <%= label_tag k.to_sym, _("#{k.gsub("_", " ").capitalize}") %><br />
96 96 <% end %>
97 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>
... ...