Skip to content

Commit

Permalink
randomt updates
Browse files Browse the repository at this point in the history
 layout, i18n, fixture data updates
  • Loading branch information
aaronjudd committed Jan 23, 2015
1 parent f95a8ca commit 7515376
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 165 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
{{>userDropdown}}
</div>
{{else}}
<div class="accounts-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span data-i18n="accountsUI.signIn">Sign In</span><b class="caret"></b></a>
<div class="accounts-dialog accounts-inline dropdown-menu pull-right">
<div class="accounts-dialog accounts-layout dropdown-menu pull-right">
{{> _loginButtonsLoggedOutAllServices}}
</div>
</div>
{{/if}}
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template name="checkoutLogin">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="checkout-step-badge">1</i><span>{{i18n 'checkoutLogin.createOrLogin'}}</span></h3>
<h3 class="panel-title"><i class="checkout-step-badge">1</i><span data-i18n="checkoutLogin.createOrLogin">Create an account or sign in to continue</span></h3>
</div>
<div class="panel-body">
<div>
Expand Down
2 changes: 1 addition & 1 deletion packages/reaction-core/private/data/Products.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"createdAt":{
"$date":"2014-04-03T13:46:52.411-0700"
},
"description":"This is an example product. Sign in as administrator to edit.\nYou can clone this product from the product grid.\nYou can upload images click or drag in image box on the left here.\nTag this product below, and then add tag in navigation.\nClick the bookmark in the tag to set product url.\nOption variants, price, quantity, and child variants are created by clicking on the variant below, clone the variant to add more options.\nDetails can be added below the image for more specific product information.\nClick the dashboard icon next to the cart for more tools.",
"description":"This is an example product. Sign in as administrator to edit.\nYou can clone this product from the product grid.\nYou can upload images click or drag in image box on the left here.\nTag this product below, and then add tag in navigation.\nClick the bookmark in the tag to set product url.\nOption variants, price, quantity, and child variants are created by clicking on the variant below, clone the variant to add more options.\nDetails can be added below the image for more specific product information.\n Login next to the cart, and then click the dashboard icon for more tools.",
"handle":"example-product",
"hashtags":[
"rpjCvTBGjhBi2xdro",
Expand Down
Loading

0 comments on commit 7515376

Please sign in to comment.