We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9aa9be commit 302e875Copy full SHA for 302e875
apps/paf/views/partials/looped-items.html
@@ -14,7 +14,7 @@ <h2>{{#t}}pages.{{field}}.header{{/t}}</h2>
14
<tbody>
15
{{#values.images}}
16
<tr class="{{section}}-records">
17
- <td><pre class="looped-records">{{name}}</pre></td>
+ <td><pre class="looped-records">{{name}} - {{url}}</pre></td>
18
<td><a href="?delete={{id}}">Delete</a></td>
19
</tr>
20
{{/values.images}}
0 commit comments