Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
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
1
Merge Requests
1
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
Truong Ba Dieu
VenShop
Commits
f6cdd883
Commit
f6cdd883
authored
Jul 15, 2015
by
Truong Ba Dieu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restruct space
parent
45697591
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
1 additions
and
0 deletions
+1
-0
app/assets/stylesheets/components/layout.css.scss
+0
-0
app/assets/stylesheets/components/products.css.scss
+0
-0
app/assets/stylesheets/components/style.css.scss
+0
-0
app/controllers/application_controller.rb
+0
-0
app/controllers/categories_controller.rb
+1
-0
app/controllers/home_controller.rb
+0
-0
app/controllers/products_controller.rb
+0
-0
app/helpers/application_helper.rb
+0
-0
app/models/category.rb
+0
-0
app/models/product.rb
+0
-0
app/models/user.rb
+0
-0
app/services/datetime_service.rb
+0
-0
app/services/vacuum_aws_service.rb
+0
-0
app/views/home/index.html.slim
+0
-0
app/views/home/search.html.slim
+0
-0
app/views/layouts/application.html.slim
+0
-0
app/views/products/_item.html.slim
+0
-0
app/views/products/_recommend_item.html.slim
+0
-0
app/views/shared/_categories.html.slim
+0
-0
app/views/shared/_search_bar.html.slim
+0
-0
app/views/users/mailer/unlock_instructions.html.slim
+0
-0
lib/tasks/crawler.rake
+0
-0
No files found.
app/assets/stylesheets/components/layout.css.scss
View file @
f6cdd883
app/assets/stylesheets/components/products.css.scss
View file @
f6cdd883
app/assets/stylesheets/components/style.css.scss
View file @
f6cdd883
app/controllers/application_controller.rb
View file @
f6cdd883
app/controllers/categories_controller.rb
View file @
f6cdd883
class
CategoriesController
<
ApplicationController
before_filter
:get_categories
def
show
@category
=
Category
.
find
(
params
[
:id
])
end
...
...
app/controllers/home_controller.rb
View file @
f6cdd883
app/controllers/products_controller.rb
View file @
f6cdd883
app/helpers/application_helper.rb
View file @
f6cdd883
app/models/category.rb
View file @
f6cdd883
app/models/product.rb
View file @
f6cdd883
app/models/user.rb
View file @
f6cdd883
app/services/datetime_service.rb
View file @
f6cdd883
app/services/vacuum_aws_service.rb
View file @
f6cdd883
app/views/home/index.html.slim
View file @
f6cdd883
app/views/home/search.html.slim
View file @
f6cdd883
app/views/layouts/application.html.slim
View file @
f6cdd883
app/views/products/_item.html.slim
View file @
f6cdd883
app/views/products/_recommend_item.html.slim
View file @
f6cdd883
app/views/shared/_categories.html.slim
View file @
f6cdd883
app/views/shared/_search_bar.html.slim
View file @
f6cdd883
app/views/users/mailer/unlock_instructions.html.slim
View file @
f6cdd883
lib/tasks/crawler.rake
View file @
f6cdd883
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