Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Allow to reuse the template
  • Loading branch information
nickvergessen committed Jul 27, 2016
commit 29a9cb7f1a75c39a90635346c3fe9db852b8dab8
2 changes: 1 addition & 1 deletion apps/workflowengine/templates/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/** @var array $_ */
/** @var OC_L10N $l */
?>
<div id="workflowengine" class="section workflowengine">
<div id="<?php p($_['appid']); ?>" class="section workflowengine">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

<h2 class="inlineblock"><?php p($_['heading']); ?></h2>
<script type="text/template" id="operations-template">
<div class="operations"></div>
Expand Down