mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 08:26:16 +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,7 +1,5 @@
|
|||
<% if !(@errmessage == '') %>
|
||||
<p>There were these errors:
|
||||
<pre><%= @errmessage %></pre>
|
||||
</p>
|
||||
<p><%= t('data.import_errors') %>:<pre><%= @errmessage %></pre></p>
|
||||
<% else %>
|
||||
<p>Import was successful.</p>
|
||||
<p><%= t('data.import_successful') %></p>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue