Skip to content
Snippets Groups Projects
Verified Commit 79ead314 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Make code more readable

parent 55543d68
No related branches found
No related tags found
1 merge request!45Cleanup backend module
......@@ -11,7 +11,10 @@
<f:for each="{pages}" as="page">
<tr data-uid="{page.uid}">
<td nowrap="nowrap" class="col-title">
<f:link.action class="sg-jobs_pageswitch" action="index" additionalParams="{id: page.uid}" additionalAttributes="{data-page: page.uid, data-path: page.path}">
<f:link.action class="sg-jobs_pageswitch"
action="index"
additionalParams="{id: page.uid}"
additionalAttributes="{data-page: page.uid, data-path: page.path}">
<core:iconForRecord table="pages" row="{page}" />
{page._thePathFull}
</f:link.action>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment