<%= Repository.human_attribute_name('description') %>: <%= @repository.description %>
<%= Repository.human_attribute_name('license') %>: <%= @repository.license %>
<%= Repository.human_attribute_name('type') %>: <%= @repository.scm_type %>
<%= Repository.human_attribute_name('address') %>: <%= @repository.address %>
<%= Repository.human_attribute_name('branch') %>: <%= @repository.branch %>
<%= Repository.human_attribute_name('period') %>: <%= periodicity_option(@repository.period) %>
<%= KalibroConfiguration.model_name.human %>: <%= @kalibro_configuration.name %>
<% if repository_owner? @repository.id %> <%= t('repository.show.notify_push_url') %>: <% end %><%= t('repository.show.date_processing') %>:
<%= form_tag(repository_state_with_date_path(@repository.id), method: "get", remote: true) do %><%= label_tag :day, t("day") %>: <%= select_tag(:day, options_for_select(day_options), :style => "width:55px; margin-top:5px") %> <%= label_tag :month, t("month") %>: <%= select_tag(:month, options_for_select(month_options), :style => "width:55px; margin-top:5px") %> <%= label_tag :year, t("year") %>: <%= select_tag(:year, options_for_select(year_options), :style => "width:70px; margin-top:5px") %> <%= submit_tag(t('search'), class: 'btn btn-info', style: 'margin-bottom:5px', onClick: "Repository.State.set_loader('#{image_tag 'loader.gif'} #{j(t('repository.show.loading'))}')") %>
<% end %>