Contact card button styling..
This commit is contained in:
@ -103,10 +103,10 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" class="btn btn-link" @click="onContactEdit">
|
<button type="button" class="btn btn-link p-0" @click="onContactEdit">
|
||||||
{{ editContactText.replace(':contact_name', contact.name) }}
|
{{ editContactText.replace(':contact_name', contact.name) }}
|
||||||
</button> •
|
</button> •
|
||||||
<button type="button" class="btn btn-link" @click="onContactList">
|
<button type="button" class="btn btn-link p-0" @click="onContactList">
|
||||||
{{ chooseDifferentContactText }}
|
{{ chooseDifferentContactText }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -388,6 +388,8 @@ export default {
|
|||||||
|
|
||||||
path += this.contact.id + '/edit';
|
path += this.contact.id + '/edit';
|
||||||
|
|
||||||
|
add_new.text = this.editContactText.replace(':contact_name', this.contact.name);
|
||||||
|
|
||||||
window.axios.get(path)
|
window.axios.get(path)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
//this.show.contact_selected = false;
|
//this.show.contact_selected = false;
|
||||||
|
Reference in New Issue
Block a user