Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
443fc9ad
Commit
443fc9ad
authored
Sep 28, 2017
by
Thomas Löffler
Browse files
Add table-responsive class to version history
parent
7024aa2c
Pipeline
#2377
passed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Resources/Private/Partials/ExtensionUploadHistoryList.html
View file @
443fc9ad
...
...
@@ -2,7 +2,7 @@
<f:security.ifHasRole
role=
"{settings.reviewerGroupUid}"
>
<f:then>
<f:form
action=
"update"
method=
"post"
controller=
"Review"
name=
"extension"
object=
"{extension}"
>
<table
class=
"table table-hover"
>
<table
class=
"table table-hover
table-responsive
"
>
<thead>
<tr>
<th
class=
"w-5 text-center"
><i
class=
"fa fa-bug"
></i></th>
...
...
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