Quick group fixes (#9001)

* Added tavern background and fixed notification key

* Fixed notification on error response

* Fixed group plans header

* Updated images/icons in tavern
This commit is contained in:
Keith Holliday
2017-08-28 18:39:32 -06:00
committed by GitHub
parent 515fd62dd8
commit 9fc7bae13e
27 changed files with 106 additions and 130 deletions

View File

@@ -1,6 +1,7 @@
<template lang="pug">
.notifications
notification(v-for='notification in notifications', :notification='notification')
div(v-for='notification in notifications')
notification(:notification='notification')
</template>
<style lang="scss" scoped>