<%= 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 %>

<%= t('repository.show.processing_information') %>

<%= image_tag 'loader.gif' %> <%= t('repository.show.loading') %>

<%= t('repository.show.modules_tree') %>

<%= image_tag 'loader.gif' %> <%= t('repository.show.loading') %>

<%= t('repository.show.hotspot_metric_results') %>

<%= image_tag 'loader.gif' %> <%= t('repository.show.loading') %>

<%= t('repository.show.metric_results') %>

<%= image_tag 'loader.gif' %> <%= t('repository.show.loading') %>
<%= javascript_include_tag "https://cdn.rawgit.com/zenorocha/clipboard.js/v1.5.10/dist/clipboard.min.js" %>
<%= link_to t('back'), repositories_path, class: 'btn btn-default' %> <% if repository_owner? @repository.id %> <%= link_to t('repository.show.reprocess'), repository_process_path(@repository.id), class: 'btn btn-info' %> <%= link_to t('destroy'), repository_path(@repository.id), method: :delete, data: { confirm: t('sure_destroy', model: Repository.model_name.human) }, class: 'btn btn-danger' %> <% end %>