Use a popover to show how to use the build reproduction script

This commit is contained in:
Eelco Dolstra
2013-04-26 17:12:43 +02:00
parent 7bd1fab268
commit ea4c88bda1
3 changed files with 28 additions and 7 deletions

View File

@ -492,4 +492,11 @@ BLOCK makeLazyTab %]
[% END;
BLOCK makePopover %]
<div class="btn btn-info pull-right hydra-popover" data-toggle="popover" data-placement="left" data-html="true" [% HTML.attributes('data-content' => content) %]>
[% title %]
</div>
[% END;
%]