Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VietTH-VenShop
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
4
Merge Requests
4
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
Tran Hoang Viet
VietTH-VenShop
Commits
ae61394c
Commit
ae61394c
authored
Jul 20, 2015
by
Tran Hoang Viet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VietTH: Fix issue show image scocial
parent
f4b43517
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/controllers/meta_management.rb
+1
-1
app/controllers/products_controller.rb
+1
-1
config/settings.yml
+1
-1
No files found.
app/controllers/meta_management.rb
View file @
ae61394c
...
...
@@ -12,7 +12,7 @@ module MetaManagement extend ActiveSupport::Concern
title:
'Venshop Zigexn VeNtura'
,
description:
'Venshop'
,
keywords:
'Ventura, Zigexn, venshop'
,
type:
'
shop
'
type:
'
url
'
}
end
...
...
app/controllers/products_controller.rb
View file @
ae61394c
...
...
@@ -43,7 +43,7 @@ class ProductsController < ApplicationController
@meta_attributes
||=
{
title:
@product
.
title
,
image:
@product
.
image_lg_url
,
image:
@product
.
decorate
.
image_lg_url
,
description:
"
#{
@product
.
title
}
-
#{
@product
.
price
}
"
}
end
...
...
config/settings.yml
View file @
ae61394c
...
...
@@ -17,7 +17,7 @@ test:
production
:
<<
:
*defaults
solr_url
:
http://localhost:8080/solr/venshop
base_url
:
http://
192.168.1.204:3005
base_url
:
http://
alicuche.koding.io
staging
:
<<
:
*defaults
...
...
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