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