9 lines
444 B
HTML
9 lines
444 B
HTML
<div class="callout callout-info no-subheader">
|
|
<div class="header">
|
|
<i class="icon-info"></i>
|
|
<h3><?php echo e(trans('martin.forms::lang.plugin.name')) ?></h3>
|
|
</div>
|
|
<div class="content">
|
|
<p><?php echo e(trans('martin.forms::lang.settings.plugin_help')) ?> <a href="https://github.com/skydiver/october-plugin-forms" target="_blank">https://github.com/skydiver/october-plugin-forms</a></p>
|
|
</div>
|
|
</div> |