Skip to content

Commit

Permalink
Code review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Aug 14, 2014
1 parent f062f39 commit ec30b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Clone it on your computer and navigate to the project's directory:
Inside the `config` folder, you will find a file named `application.example.yml`.
Copy its contents to a new file called `application.yml`.

By default, the app is configured to point to the demo API at
By default, the app is configured to point to the San Mateo County, CA, API at
`http://ohanapi.herokuapp.com/api`.

Inside the `config` folder, you will also find a file called `settings.yml`.
Expand Down
2 changes: 1 addition & 1 deletion app/views/component/organizations/detail/_body.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@
%span
= @org.updated_at.to_s(:full_date_and_time)
%div
= link_to "#{SETTINGS[:admin_site]}/locations/#{@org.slug}" do
= link_to "#{SETTINGS[:admin_site]}/locations/#{@org.slugs.last}" do
%i{ class: 'fa fa-pencil' }
Edit

0 comments on commit ec30b65

Please sign in to comment.