<% provide(:title, t('.administration')) %>

<%= t('.administration') %>

<%= link_to t('.view_translations'), admin_translations_path, class: 'btn btn-primary' %>

<%= t('.number_of_problems') %>: <%= @current_problem_count %>
<% if @most_recent_pull.present? %> <%= t('.time_since_last_pull') %>: <%= time_ago_in_words @most_recent_pull %> <% end %>

<%= button_to t('.pull_problems'), '/admin/pull_problems', method: :post, class: 'btn btn-warning' %>