Skip to content

Commit 4a35a56

Browse files
author
Darshan Chauhan
authored
Merge pull request #421 from crossroads/master
Itunes Fix- goto not available
2 parents 1dc00b1 + 9e2544b commit 4a35a56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/templates/sticky_footer.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="navigation_menus">
33
<div class="row">
44
<div class="small-12 columns">
5-
<ul class="small-block-grid-5 small-block-grid-5 list">
5+
<ul class="small-block-grid-4 list">
66
{{#link-to 'index' tagName='li' href=false}}
77
<i>{{fa-icon 'home'}}</i>
88
{{t "index.home"}}
@@ -22,7 +22,7 @@
2222
<i>{{fa-icon 'cube'}}</i>{{t "index.items"}}
2323
{{/link-to}}
2424

25-
<li><i>{{fa-icon 'qrcode'}}</i>{{t "index.goto"}}</li>
25+
{{!-- <li><i>{{fa-icon 'qrcode'}}</i>{{t "index.goto"}}</li> --}}
2626

2727
{{#link-to 'app_menu_list' tagName='li' href=false}}
2828
<i>{{fa-icon 'bars'}}</i> Menu

tests/acceptance/add-new-item-to-inventory-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test("Check validation for 'Add item to inventory ' page''", function(assert) {
9595

9696
andThen(function () {
9797
assert.equal(currentPath(), "index");
98-
click($('.small-block-grid-5 li:last'));
98+
click($('.small-block-grid-4 li:last'));
9999
});
100100

101101
andThen(function () {
@@ -162,7 +162,7 @@ test("Redirect to /search_code after clicking Add item to inventory and save red
162162

163163
andThen(function () {
164164
assert.equal(currentPath(), "index");
165-
click($('.small-block-grid-5 li:last'));
165+
click($('.small-block-grid-4 li:last'));
166166
});
167167

168168
andThen(function () {

0 commit comments

Comments
 (0)