mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add about pages
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<% provide(:title, Problem.model_name.human(count: 2)) %>
|
||||
|
||||
<h1><%= Problem.model_name.human(count: 2) %></h1>
|
||||
<div class="page-header"><h1><%= Problem.model_name.human(count: 2) %></h1></div>
|
||||
|
||||
<p><%= t('problems.index.translated_count', translated: Problem.translated_count, total: Problem.count) %></p>
|
||||
<%= progress_bar percentage: @translated_percentage, label: true, striped: true %>
|
||||
|
||||
<%= render 'problem_pagination' %>
|
||||
<table class="table table-striped table-bordered">
|
||||
|
||||
Reference in New Issue
Block a user