Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
renderer
Commits
7069619f
Commit
7069619f
authored
Dec 02, 2021
by
Jean-Philippe Metivier
Browse files
Ajoute de table-hover
parent
48a3f457
Pipeline
#11684
passed with stage
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
view/unicaen-renderer/macro/index.phtml
View file @
7069619f
...
...
@@ -37,7 +37,7 @@ $this->headTitle("Index des macros");
Générer le JSON des macros
</a>
<table
class=
"table table-condensed"
>
<table
class=
"table table-condensed
table-hover
"
>
<thead>
<tr>
<th>
Code
</th>
...
...
view/unicaen-renderer/template/index.phtml
View file @
7069619f
...
...
@@ -29,7 +29,7 @@ $this->headTitle("Index des templates");
</a>
<?php
endif
;
?>
<table
class=
"table table-condensed"
>
<table
class=
"table table-condensed
table-hover
"
>
<thead>
<tr>
<th>
Code
</th>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment