diff --git a/views/blocks/software_information.html.erb b/views/blocks/software_information.html.erb index 9d56951..f5e04b8 100644 --- a/views/blocks/software_information.html.erb +++ b/views/blocks/software_information.html.erb @@ -36,6 +36,14 @@ <%= link_to(_("#{block.owner.name} profile"), {:controller => 'profile', :action => "index", :profile => block.owner.identifier}) %> + <% unless block.owner.software_info.repository_link.blank? %> + + + <%= _("Main repository: ") %> + <%= link_to block.owner.software_info.repository_link, block.owner.software_info.repository_link %> + + + <% end %> -- libgit2 0.21.2