diff --git a/views/mpog_software_plugin_myprofile/_main_software_editor_extras.html.erb b/views/mpog_software_plugin_myprofile/_main_software_editor_extras.html.erb
index f583c05..e08e1a8 100644
--- a/views/mpog_software_plugin_myprofile/_main_software_editor_extras.html.erb
+++ b/views/mpog_software_plugin_myprofile/_main_software_editor_extras.html.erb
@@ -1,4 +1,4 @@
-
<%= _('Software Information') %>
+<%= @profile.software_info.name + _(' Information') %>
<%= _("Finality") %>
diff --git a/views/mpog_software_plugin_myprofile/new_software.html.erb b/views/mpog_software_plugin_myprofile/new_software.html.erb
index af4aa3a..5d97909 100644
--- a/views/mpog_software_plugin_myprofile/new_software.html.erb
+++ b/views/mpog_software_plugin_myprofile/new_software.html.erb
@@ -53,6 +53,15 @@
<% end %>
+
+
+ <%= fields_for @software_info do |swf| %>
+
+ <%= swf.label "repository_url", _("Link to Repository: ") , :class => "formlabel"%>
+ <%= swf.text_field :repository_link %>
+
+ <% end %>
+
<%= template_options(:communities, 'community')%>
<%= hidden_field_tag('back_to', @back_to) %>
@@ -64,4 +73,4 @@
<% end %>
-
\ No newline at end of file
+
--
libgit2 0.21.2