mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 07:34:08 +01:00
Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
This commit is contained in:
parent
04faa5d408
commit
fd3f69d927
99 changed files with 1157 additions and 601 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="stats_module">
|
||||
<h3>Top 10 projects</h3>
|
||||
<h3><%= t('stats.top10_projects') %></h3>
|
||||
<% i=0
|
||||
@projects_and_actions.each do |p|
|
||||
i+=1 -%>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
|
||||
<div class="stats_module">
|
||||
<h3>Top 10 project in past 30 days</h3>
|
||||
<h3><%= t('stats.top10_projects_30days') %></h3>
|
||||
<% i=0
|
||||
@projects_and_actions_last30days.each do |p|
|
||||
i+=1 -%>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
|
||||
<div class="stats_module">
|
||||
<h3>Top 10 longest running projects</h3>
|
||||
<h3><%= t('stats.top10_longrunning') %></h3>
|
||||
<% i=0
|
||||
@projects_and_runtime.each do |id, name, days|
|
||||
i+=1 -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue