Skip to content

Commit

Permalink
#92 removed back button - user can either move home or to next screen
Browse files Browse the repository at this point in the history
styling also updated
it is a bit hacky, but I would save adding the question id to the session storage for another time - needed to access the intro endpoint
  • Loading branch information
rachaelcodes committed Sep 13, 2017
1 parent 276fc5e commit 4520f18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/extract.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
</div>
<div class='navbar'>

<div class="button extract-buttons">
<!-- <div class="button extract-buttons">
<a href="/intro">
<img id='back-btn' src='../assets/backarrow.jpg' class= 'navbar_home-btn navbar-button'>
</a>
</div>
</div> -->

<div class="button extract-buttons">
<div class="button intro-buttons">
<a href="/">
<img id='home-btn' src='../assets/home.png' class= 'navbar_home-btn navbar-button'>
</a>
</div>

<div class="button extract-buttons">
<div class="button intro-buttons">
<a href="/multichoice">
<input type='button' class='navbar_forward-btn navbar-button'>
</a>
Expand Down

0 comments on commit 4520f18

Please sign in to comment.