Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Merge requests
!45
Cleanup backend module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup backend module
cleanup_BackendModule
into
master
Overview
0
Commits
5
Changes
1
Merged
Kevin Ditscheid
requested to merge
cleanup_BackendModule
into
master
1 year ago
Overview
0
Commits
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0c183a86
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
0c183a86
[TASK] Remove inline styles
· 0c183a86
Kevin Ditscheid
authored
1 year ago
Resources/Private/Backend/Templates/Index.html
+
1
−
1
Options
@@ -44,7 +44,7 @@
<td
nowrap=
"nowrap"
class=
"col-icon"
>
<f:format.raw><sg:backend.icon
table=
"tx_sgjobs_domain_model_job"
row=
"{job}"
/></f:format.raw>
</td>
<td
style=
"white-space: normal;"
>
<td>
<be:link.editRecord
uid=
"{job.uid}"
table=
"tx_sgjobs_domain_model_job"
>
<span>
{job.title} -
<sg:backend.companyLabel
uid=
"{job.uid}"
companyraw=
"{job.company}"
></sg:backend.companyLabel>
</span>
</be:link.editRecord>
Loading