mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 04:40:18 +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
|
|
@ -5,7 +5,7 @@
|
|||
<br style="clear:both">
|
||||
|
||||
<div class="stats_module">
|
||||
<h3>Top 5 Contexts</h3>
|
||||
<h3><%= t('stats.top5_contexts') %></h3>
|
||||
<%
|
||||
1.upto 5 do |i|
|
||||
%><%=i-%> -
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
|
||||
<div class="stats_module">
|
||||
<h3>Top 5 Visible Contexts with incomplete actions</h3>
|
||||
<h3><%= t('stats.top5_visible_contexts_with_incomplete_actions') %></h3>
|
||||
<%
|
||||
1.upto 5 do |i|
|
||||
%><%=i-%> -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue