% @project = @page.project %> <% unless @page.errors[:base].nil? %> <% if @page.errors[:base] =~ /There is no project named/ %>
This project doesn't exist on the Web Service. Do you want to delete or save it again?
<% else %> <%= @page.errors[:base] %> <% end %> <% else %><%= _('Name') %> | <%= @project.name %> |
<%= _('License') %> | <%= @project.license %> |
<%= _('Description') %> | <%= @project.description %> |
<%= _('Repository type') %> | <%= @project.repository.type %> |
<%= _('Repository address') %> | <%= @project.repository.address %> |
<%= _('Configuration') %> | <%= @project.configuration_name %> |
<%= _('Periodicity') %> | <%= MezuroPlugin::Helpers::ContentViewerHelper.get_periodicity_option(@page.periodicity_in_days) %> |
<%= _('Status')%> |
<%= @project.state %>
|