Merge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflows
[stable10] Add a docs link when given
This commit is contained in:
commit
8e5b2ce3b3
|
@ -25,7 +25,14 @@
|
|||
<div id="<?php p($_['appid']); ?>" class="section workflowengine">
|
||||
<h2 class="inlineblock"><?php p($_['heading']); ?></h2>
|
||||
|
||||
<?php if ($_['description']): ?>
|
||||
<?php if (!empty($_['docs'])): ?>
|
||||
<a target="_blank" rel="noreferrer" class="icon-info svg"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs($_['docs'])); ?>">
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (!empty($_['description'])): ?>
|
||||
<p><?php p($_['description']); ?></p>
|
||||
<?php endif; ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue