Skip to content
Snippets Groups Projects
Commit 30cd530d authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5413: updating reference table template to use new variable

parent b70de706
No related branches found
No related tags found
1 merge request!71ISTWCMS-5413: adding template for bibcite reference table
......@@ -22,7 +22,6 @@
* @ingroup themeable
*/
#}
{% set url = url('entity.bibcite_reference.canonical', { 'bibcite_reference': bibcite_reference.id.value }) %}
{% set new_rows = [] %}
{% set related_files = [] %}
......@@ -56,7 +55,7 @@
<tbody>
<tr{{ row.attributes.addClass(row_classes) }}>
<th scope="row">Title</th>
<td><a href="{{ url['#markup'] }}">{{ bibcite_reference.title.value }}</a></td>
<td>{{ title }}</td>
</tr>
{% for row in rows %}
{% set row_classes = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment