Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
websearch
Commits
3a90de3e
Commit
3a90de3e
authored
Apr 21, 2017
by
matthias.lang
Browse files
web: fix: print OU only if not empty
parent
3ce51e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
webroot/index.html
View file @
3a90de3e
...
...
@@ -176,7 +176,7 @@
</small>
</td>
<td>
{{entry.cn}}
({{entry.ou}})
</b><br/>
<!-- TODO !!! ifSet--
>
{{entry.cn}}
<span
v-if=
"entry.ou"
>
({{entry.ou}})
</span></b><br/
>
<a
v-bind:href=
"'https://api.ca.kit.edu/redirect/getcert/' + entry.serial"
>
<small>
S/N: {{entry.serial}}
</small>
</a>
...
...
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