<% require 'sanitize' %> <% require 'pact_broker/version' %> <% version = PactBroker::VERSION %> <%= escape_html(pacticipant_name) %>

<%= escape_html(pacticipant_name) %>

<% if tab == "details" %>
Main branch:
<%= escape_html(pacticipant.main_branch) %>
Repository URL:
<% if repository_url %> <% repository_link = "#{repository_url}" %> <%= Sanitize.fragment(repository_link, Sanitize::Config::BASIC) %> <% end %>
<% end %> <% if tab == "network" %> <% end %>