<%= link_to("#{@project_content.name} Project", @project_content.view_url) %>

<%= _('Name') %> <%= @repository.name %>
<%= _('Description') %> <%= @repository.description %>
<%= _('License') %> <%= @repository.license %>
<%= _('Process Period') %> <%= MezuroPlugin::Helpers::ContentViewerHelper.periodicity_option(@repository.process_period.to_i) %>
<%= _('Type') %> <%= @repository.type %>
<%= _('Address') %> <%= @repository.address %>
<%= _('Configuration') %> <%= @configuration_name %>
<%= _('Status')%>
Retrieving