Skip to content

Commit ac362c1

Browse files
committed
Fixed syntactic errors
1 parent b1490f0 commit ac362c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/shared/_products.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class="form-control" type="text"/> </div> <button type="submit" class="btn btn-p
88
<div class="center jumbotron">
99
<h2>
1010
<% if params[:search].blank? %>
11-
All Orders (<%= @products.count %>)
11+
All Products (<%= @products.count %>)
1212
<%else %>
1313
Found => [
1414
<%= pluralize(@products.count, " ] Product") %>

app/views/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="center jumbotron">
33
<h2>
44
<% if params[:search].blank? %>
5-
All users (<%= @users.count %>)
5+
All Users (<%= @users.count %>)
66
<%else %>
77
Found => [
88
<%= pluralize(@users.count, " ] user") %>

0 commit comments

Comments
 (0)