mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Add a tag to formatted references in citations.vue.
No style associated with it yet but it makes it easier to identify for tours and tests.
This commit is contained in:
committed by
Dannon Baker
parent
d4f33c4bf8
commit
283afd984b
@@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
formattedReferences: function() {
|
||||
return this.citations.reduce((a, b) => a.concat(`<p>${this.formattedReference(b)}</p>`), "");
|
||||
return this.citations.reduce((a, b) => a.concat(`<p class="formatted-reference">${this.formattedReference(b)}</p>`), "");
|
||||
}
|
||||
},
|
||||
created: function() {
|
||||
|
||||
Reference in New Issue
Block a user