Skip to content

Commit 165cfc2

Browse files
committed
Remove unused captured variable
Removed in #118 when I've changed blog post preview to be loaded in to an iframe and not with an AJAX call
1 parent a9d4d8a commit 165cfc2

File tree

1 file changed

+0
-1
lines changed
  • site/app/Admin/Presenters/templates/Blog

1 file changed

+0
-1
lines changed

site/app/Admin/Presenters/templates/Blog/edit.latte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<tbody><tr><th>{label allowedTags /}</th><td>{input allowedTags}</td></tr></tbody>
2626
<tbody><tr><th>{label omitExports: /}</th><td>{input omitExports:}</td></tr></tbody>
2727
<tbody><tr><th>{label editSummary /}</th><td>{input editSummary}<br><small>Shrnutí editace bude u článku zobrazeno jako aktualizace, ponechte prázdné pro malé editace</small></td></tr></tbody>
28-
{capture $link}{link preview}{/capture}
2928
<tr><td></td><td class="short"><p>{input submit} {input preview id => preview-button, class => lighter, formtarget => preview}</p></td></tr>
3029
</table>
3130
{/form}

0 commit comments

Comments
 (0)