Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Spesialsamlingene
admin components
Commits
cbfecfd6
Commit
cbfecfd6
authored
Dec 16, 2020
by
Øyvind gjesdal
Browse files
endringer rettelse all-data-modal til original
parent
78ac7431
Pipeline
#48935
passed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/all-data-modal.inc
View file @
cbfecfd6
...
...
@@ -11,13 +11,13 @@
<
tr
>
<
td
class
=
"collapsing"
>
{
%
ifchanged
row
.
p
.
value
%
}
<
a
href
=
"
{
{row.p.value}
}
"
>
{
%
if
row
.
classLabel
%
}{{
row
.
classLabel
.
curie
}}{
%
else
%
}{{
row
.
p
.
value
}}{
%
endif
%
}
</
a
>
{
%
endifchanged
%
}
</
td
>
<
td
>
{
%
if
not
row
.
o
|
null
&&
row
.
label
%
}
{
%
if
row
.
s
.
uri
==
1
&&
row
.
label
%
}
<
a
rel
=
'{{row.p.value}}'
href
=
'{{row.o.value}}'
>
{{
row
.
label
.
value
}}
</
a
>
{
%
endif
%
}
{
%
if
not
row
.
o
|
null
&&
!
row
.
label
%
}
{
%
if
row
.
s
.
uri
==
1
&&
!
row
.
label
%
}
<
a
rel
=
'{{row.p.value}}'
href
=
'{{row.o.value}}'
>
{{
row
.
o
.
curie
}}
</
a
>
{
%
endif
%
}
{
%
if
not
row
.
o
|
null
&&
!
row
.
label
%
}
{
%
if
row
.
s
.
uri
!=
1
&&
!
row
.
label
%
}
<
span
property
=
'{{row.p.value}}'
>
{{
row
.
o
.
value
}}
</
span
>
{
%
endif
%
}
</
td
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment