Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
30cd530d
Commit
30cd530d
authored
2 years ago
by
Eric Bremner
Committed by
Kevin Paxman
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5413: updating reference table template to use new variable
parent
b70de706
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!71
ISTWCMS-5413: adding template for bibcite reference table
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/reference/bibcite-reference--table.html.twig
+1
-2
1 addition, 2 deletions
templates/reference/bibcite-reference--table.html.twig
with
1 addition
and
2 deletions
templates/reference/bibcite-reference--table.html.twig
+
1
−
2
View file @
30cd530d
...
...
@@ -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
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment