Skip to content

Commit

Permalink
fix settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadyjp committed Mar 9, 2014
1 parent d6ebc03 commit 3e25cf7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/layouts/application.html.slim
Expand Up @@ -24,10 +24,6 @@ html lang="ja"
window.RV = window.RV || {};
window.RV.AllTags = JSON.parse('#{raw Tag.all.pluck(:name).to_json}');
hr/
footer
.container
a href="https://github.com/tadyjp/rendezvous" Github
| \
a href="https://twitter.com/tady_jp" @tady_jp
= render partial: 'partials/app_footer'
= javascript_include_tag "application"
= yield :footer_js
18 changes: 18 additions & 0 deletions app/views/partials/_app_footer.html.slim
@@ -0,0 +1,18 @@
footer
.container
p
a href="https://github.com/tadyjp/rendezvous" Github
|  
a href="https://twitter.com/tady_jp" @tady_jp
|  
a href="https://travis-ci.org/tadyjp/rendezvous"
img src="https://travis-ci.org/tadyjp/rendezvous.png"/
|  
a href="https://coveralls.io/r/tadyjp/rendezvous"
img src="https://coveralls.io/repos/tadyjp/rendezvous/badge.png"/
|  
a href="https://codeclimate.com/github/tadyjp/rendezvous"
img src="https://codeclimate.com/github/tadyjp/rendezvous.png"/
|  
a href="https://gemnasium.com/tadyjp/rendezvous"
img src="https://gemnasium.com/tadyjp/rendezvous.png"/
2 changes: 2 additions & 0 deletions config/settings.yml.example
Expand Up @@ -3,6 +3,8 @@
# $ cp config/settings.yml.example config/settings.yml

defaults: &defaults
rendezvous:
app_host: "http://rendezvous.dev"
google_api:
client_id: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com"
secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Expand Down

0 comments on commit 3e25cf7

Please sign in to comment.