Skip to content

Commit

Permalink
Merge pull request #226 from crossroads/master
Browse files Browse the repository at this point in the history
#DecemberRelease3
  • Loading branch information
Darshan Chauhan authored Dec 14, 2018
2 parents 369961d + 26cd92f commit baa3cee
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,5 @@ workflows:
- tests
filters:
branches:
only: /^(live)$/
only: /^(live|master)$/

2 changes: 1 addition & 1 deletion app/templates/faq.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{outlet "appMenuList"}}

{{#init-foundation}}
<nav class="tab-bar {{unless session.isLoggedIn 'sticky_title_bar'}}" data-topbar>
<nav class="tab-bar {{unless session.isLoggedIn 'sticky_title_bar'}}">
<section class="left-small">
{{#if session.isLoggedIn}}
<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/feedback.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="inner-wrap">
{{outlet "appMenuList"}}

<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/item/edit.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'offer.index' model.offer.id classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/item/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'offer.offer_details' model.offer.id classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/item/messages.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#scroll-to-bottom}}

<nav class="tab-bar item_details_title sticky_title_bar" data-topbar>
<nav class="tab-bar item_details_title sticky_title_bar">
<section class="left-small">
{{link-to (t "back") 'offer.offer_details' item.offer classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/cancel.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'offer.offer_details' model classNames='back'}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/confirm.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'offer.offer_details' model classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{#if displayHomeLink}}
{{#link-to 'offers' classNames="back"}}{{t "application.home"}}{{/link-to}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/ios_notification.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'offer.confirm' model classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/messages.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#scroll-to-bottom}}

<nav class="tab-bar sticky_title_bar" data-topbar>
<nav class="tab-bar sticky_title_bar">
<section class="left-small">
{{link-to (t "back") 'offer.offer_details' offer classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/offer_details.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#joyride-foundation currentController=this}}

<nav class="tab-bar offer_details_title {{unless model.nonSubmittedOffer 'non-draft'}}" data-topbar>
<nav class="tab-bar offer_details_title {{unless model.nonSubmittedOffer 'non-draft'}}">
<section class="left-small">
{{#if displayHomeLink}}
{{#link-to 'offers.index' classNames="back"}}{{t "back"}}{{/link-to}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/submit.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
<a {{action "backLink"}} class="back">{{t "back"}}</a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offer/transport_details.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar offer_details_title {{unless model.isDraft 'non-draft'}}" data-topbar>
<nav class="tab-bar offer_details_title {{unless model.isDraft 'non-draft'}}">
<section class="left-small">
{{link-to (t "back") 'offers.index' classNames="back"}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/offers/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="inner-wrap">
{{outlet "appMenuList"}}

<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/register.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'index' classNames='back'}}
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="inner-wrap">
{{outlet "appMenuList"}}

<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/tour.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="tab-bar" data-topbar>
<nav class="tab-bar">
<section class="left-small">
{{link-to (t "back") 'index' classNames="back"}}
</section>
Expand Down

0 comments on commit baa3cee

Please sign in to comment.