Skip to content

Commit

Permalink
Fix for front page product layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflewis committed May 18, 2015
1 parent 80d5ea3 commit 885712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/templates/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1 class="text-center col-md-6 col-md-offset-3">Products</h1>
<ul class="list-unstyled">
<li ng-repeat="product in products | filter: search">
<section class="well col-md-7 col-md-offset-3">
<section class="well col-md-8 col-md-offset-2">
<h1 class="h3 col-md-6 " style="margin-top: 0; word-wrap: break-word;"><a href ng-click="view(product.id)" >{{product.name}}</a></h1>
<p class="col-md-6 " style="margin-top: 0">{{product.description}}</p>
<p class="col-md-6 " style="margin-top: 0">Qty: {{product.quantity}}</p>
Expand Down

0 comments on commit 885712c

Please sign in to comment.