Changed history icon (towards #8)

Also changed headings to h2 so "Caveats" isn't the page title
This commit is contained in:
Daniel J. Summers
2017-09-26 07:09:38 -05:00
parent 63d25ec57e
commit 1e1afa9d89
2 changed files with 10 additions and 10 deletions

View File

@@ -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')