blog modifs mineurs
This commit is contained in:
parent
4ca5b0dccd
commit
a604b07d20
2
Gemfile
2
Gemfile
@ -53,7 +53,7 @@ end
|
||||
|
||||
gem "capistrano", group: :development
|
||||
gem "rvm-capistrano", group: :development
|
||||
|
||||
gem 'net-ssh', '~>2.7.0'
|
||||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
||||
|
@ -16,7 +16,7 @@ class Public::ArticlesController < ApplicationController
|
||||
|
||||
def feed
|
||||
# this will be the name of the feed displayed on the feed reader
|
||||
@title = "Blog de Nicolas Bally"
|
||||
@title = "Blog de Geneviève gagos"
|
||||
|
||||
# the news items
|
||||
@articles = Article.before(Date.today).recents
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
set :application, 'blog_eft_app'
|
||||
set :domain, '62.210.187.249'
|
||||
set :domain, 'box4.quartz.xyz'
|
||||
|
||||
set :user, 'web'
|
||||
set :scm_user, "git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user