Sept 20 fixes (#9054)

* Fixed start quest from items

* More style fixes

* Changed gem modal to 20

* Removed unused image

* Added initial header styles for home page
This commit is contained in:
Keith Holliday
2017-09-20 09:56:26 -05:00
committed by GitHub
parent c0f159a8a5
commit 7812e14898
6 changed files with 56 additions and 12 deletions

View File

@@ -37,7 +37,8 @@
to='/static/contact',
)
a.nav-link(v-once) {{ $t('contactUs') }}
button.btn.btn-primary.pull-right(@click='playButtonClick()') {{ $t('playButtonFull') }}
button.btn.btn-primary.pull-right(@click='playButtonClick()', v-if='$route.name !== "home"') {{ $t('playButtonFull') }}
a.btn.btn-primary.login-button.pull-right(href='/login', v-else) {{ $t('login') }}
</template>
<style lang='scss' scoped>