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
vimazeno
mobipaleo
Commits
03e5a1d3
Commit
03e5a1d3
authored
Mar 24, 2022
by
Vincent Mazenod
Browse files
add border to table
parent
6b2909db
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html.twig
View file @
03e5a1d3
...
...
@@ -2,6 +2,7 @@
<html>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
{%
block
title
%}
Mobipaleo
{%
endblock
%}
</title>
{%
block
stylesheets
%}
{# 'app' must match the first argument to addEntry() in webpack.config.js #}
...
...
templates/job/inc/results.html.twig
View file @
03e5a1d3
...
...
@@ -3,7 +3,7 @@
Results (
<span
id=
"results-count"
></span>
)
</div>
<div
class=
"card-body"
>
<table>
<table
class=
"table"
>
<thead>
<tr>
{%
if
job.constraintMining
==
"consecutive_with_tids"
%}
...
...
Write
Preview
Supports
Markdown
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