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
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Nguyen Quoc Kien
venshop
Commits
3ab34a38
Commit
3ab34a38
authored
Aug 03, 2015
by
Nguyen Quoc Kien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix format html
parent
79799b81
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
app/views/admin/carts/_show_to_buyers.html.erb
+0
-2
app/views/admin/carts/_show_to_user_id.html.erb
+0
-2
app/views/admin/users/index.html.erb
+0
-0
app/views/carts/new.html.erb
+0
-1
app/views/carts/show.html.erb
+0
-2
app/views/order_notifier/received.html.erb
+0
-0
app/views/shopping_history/index.html.erb
+0
-0
No files found.
app/views/admin/carts/_show_to_buyers.html.erb
View file @
3ab34a38
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<td
colspan=
"4"
><h4><b>
Cart
<%=
cart
.
id
%>
:
<%=
cart
.
created_at
.
to_formatted_s
(
:long_ordinal
)
%>
</b></h4></td>
<td
colspan=
"4"
><h4><b>
Cart
<%=
cart
.
id
%>
:
<%=
cart
.
created_at
.
to_formatted_s
(
:long_ordinal
)
%>
</b></h4></td>
</tr>
</tr>
<%
cart_products
.
each
do
|
cart_product
|
%>
<%
cart_products
.
each
do
|
cart_product
|
%>
<tbody>
<%
product
=
Product
.
find
(
cart_product
.
product_id
)
%>
<%
product
=
Product
.
find
(
cart_product
.
product_id
)
%>
<tr>
<tr>
<td>
<%=
product
.
name
%>
</td>
<td>
<%=
product
.
name
%>
</td>
...
@@ -59,5 +58,4 @@
...
@@ -59,5 +58,4 @@
<tr>
<tr>
<td>
<%=
link_to
'Back'
,
:back
,
class:
"btn btn-info"
%>
</td>
<td>
<%=
link_to
'Back'
,
:back
,
class:
"btn btn-info"
%>
</td>
</tr>
</tr>
</tbody>
</table>
</table>
app/views/admin/carts/_show_to_user_id.html.erb
View file @
3ab34a38
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<td
colspan=
"4"
><h4><b>
Cart
<%=
cart_to_user
.
id
%>
:
<%=
cart_to_user
.
created_at
.
to_formatted_s
(
:long_ordinal
)
%>
</b></h4></td>
<td
colspan=
"4"
><h4><b>
Cart
<%=
cart_to_user
.
id
%>
:
<%=
cart_to_user
.
created_at
.
to_formatted_s
(
:long_ordinal
)
%>
</b></h4></td>
</tr>
</tr>
<%
cart_products
.
each
do
|
cart_product
|
%>
<%
cart_products
.
each
do
|
cart_product
|
%>
<tbody>
<%
product
=
Product
.
find
(
cart_product
.
product_id
)
%>
<%
product
=
Product
.
find
(
cart_product
.
product_id
)
%>
<tr>
<tr>
<td>
<%=
product
.
name
%>
</td>
<td>
<%=
product
.
name
%>
</td>
...
@@ -59,5 +58,4 @@
...
@@ -59,5 +58,4 @@
<tr>
<tr>
<td>
<%=
link_to
'Back'
,
:back
,
class:
"btn btn-info"
%>
</td>
<td>
<%=
link_to
'Back'
,
:back
,
class:
"btn btn-info"
%>
</td>
</tr>
</tr>
</tbody>
</table>
</table>
app/views/admin/users/index.html.erb
View file @
3ab34a38
app/views/carts/new.html.erb
View file @
3ab34a38
<%
provide
(
:title
,
"Order"
)
%>
<%
provide
(
:title
,
"Order"
)
%>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-md-offset-3"
>
<div
class=
"col-md-6 col-md-offset-3"
>
<h1>
Đăng ký thông tin nhận hàng
</h1>
<h1>
Đăng ký thông tin nhận hàng
</h1>
...
...
app/views/carts/show.html.erb
View file @
3ab34a38
...
@@ -41,5 +41,4 @@
...
@@ -41,5 +41,4 @@
<%
else
%>
<%
else
%>
<h1>
Cart Empty
</h1>
<h1>
Cart Empty
</h1>
<%
end
%>
<%
end
%>
</table>
</table>
\ No newline at end of file
app/views/order_notifier/received.html.erb
View file @
3ab34a38
app/views/shopping_history/index.html.erb
View file @
3ab34a38
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