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
0e95a7b3
Commit
0e95a7b3
authored
Apr 21, 2017
by
matthias.lang
Browse files
web: fix: close tag
parent
a4a82806
Changes
1
Hide whitespace changes
Inline
Side-by-side
webroot/index.html
View file @
0e95a7b3
...
...
@@ -136,7 +136,7 @@
<div
class=
"row"
>
<div
class=
"ten columns"
>
<span
v-for=
"category in filterShow"
class=
"one-third column"
>
<strong>
{{ category.name }}:
</
emph
><br/>
<strong>
{{ category.name }}:
</
strong
><br/>
<span
v-for=
"filter in category.filters"
>
<span
@
click=
"filter.buttonState = !filter.buttonState"
class=
"icon fa"
...
...
@@ -183,9 +183,7 @@
<span
v-for=
"email in entry.emailaddresses"
>
{{email}}
</span>
<!-- TODO: -->
</td>
<td>
<small>
<span
:title=
"entry.notafter"
>
{{ entry.notafterduration }}
</span>
</small>
</td>
<td>
<i
v-if=
"entry.valid=='valid'"
:title=
"entry.valid"
class=
"fa fa-check good"
></i>
...
...
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