Changed history icon (towards #8)
Also changed headings to h2 so "Caveats" isn't the page title
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
span
|
||||
el-button(icon='document' @click='openDialog()' title='Show History')
|
||||
el-button(icon='view' @click='openDialog()' title='Show History')
|
||||
el-dialog(title='Prayer Request History' :visible.sync='historyVisible')
|
||||
span(v-if='null !== full')
|
||||
full-request-history(v-for='item in full.history' :history='item' :key='item.asOf')
|
||||
|
||||
Reference in New Issue
Block a user