mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 20:10: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,5 +1,5 @@
|
|||
if @saved
|
||||
status_message = 'Project saved'
|
||||
status_message = t('projects.project_saved_status')
|
||||
page.notify :notice, status_message, 5.0
|
||||
if source_view_is :project_list
|
||||
if @state_changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue