Skip to content

Commit

Permalink
updated back to master version of devtracker.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrahedra committed Oct 10, 2015
1 parent b4f9e6a commit 451e127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
include CommonHelpers

# Developer Machine: set global settings
set :oipa_api_url, 'http://dfid-oipa.zz-clients.net/api/'
# set :oipa_api_url, 'http://dfid-oipa.zz-clients.net/api/'

# Server Machine: set global settings
# set :oipa_api_url, 'http://127.0.0.1:6081/api/'

set :oipa_api_url, 'http://127.0.0.1:6081/api/'

#ensures that we can use the extension html.erb rather than just .erb
Tilt.register Tilt::ERBTemplate, 'html.erb'
Expand Down Expand Up @@ -273,7 +273,7 @@
erb :'location/country/index',
:layout => :'layouts/layout',
:locals => {
:countries => countries.sort_by{ |k| k['recipient_country']['name']}
:countries => countries
}
end

Expand Down

0 comments on commit 451e127

Please sign in to comment.