Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
3e25cf7c
Commit
3e25cf7c
authored
Mar 10, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix settings.yml
parent
d6ebc038
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
app/views/layouts/application.html.slim
+1
-5
app/views/partials/_app_footer.html.slim
+18
-0
config/settings.yml.example
+2
-0
No files found.
app/views/layouts/application.html.slim
View file @
3e25cf7c
...
...
@@ -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
app/views/partials/_app_footer.html.slim
0 → 100644
View file @
3e25cf7c
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"
/
config/settings.yml.example
View file @
3e25cf7c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment