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
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
huanvl
venshop
Commits
e019b632
Commit
e019b632
authored
Oct 24, 2013
by
vulehuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
insert page title
parent
56c684b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
venshop_app/app/views/product_categories/show.html.erb
+1
-0
venshop_app/app/views/products/index.html.erb
+1
-0
venshop_app/app/views/products/show.html.erb
+1
-0
No files found.
venshop_app/app/views/product_categories/show.html.erb
View file @
e019b632
<%
provide
(
:title
,
@title
)
%>
<!-- Recommended Items -->
<div
class=
"body-box grid-view"
>
<h2
class=
"sprite-2"
>
...
...
venshop_app/app/views/products/index.html.erb
View file @
e019b632
<%
provide
(
:title
,
"Products"
)
%>
<h1>
Products#index
</h1>
<p>
Find me in app/views/products/index.html.erb
</p>
venshop_app/app/views/products/show.html.erb
View file @
e019b632
<%
provide
(
:title
,
@product
.
name
)
%>
<div
class=
"body-box"
>
<h2
class=
"sprite-2"
>
<%=
@product
.
name
%>
<span
class=
"sprite-2"
></span></h2>
<div
class=
"text-justify product-detail"
>
...
...
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