Skip to content

Commit

Permalink
Generate help template w/ a workaroud
Browse files Browse the repository at this point in the history
  • Loading branch information
hibariya committed Jun 8, 2017
1 parent 0736a43 commit df5438a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/templates/idobata-hooks/docker-hub/help.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<dl>
<dt>Usage</dt>
<dd>See <a href='https://docs.docker.com/docker-hub/webhooks/' target='_blank'>Webhooks for automated builds | Docker Documentation</a>.</dd></dl>
2 changes: 1 addition & 1 deletion lib/hooks/docker-hub/help.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%dl
%dt Usage
%dd
See <a href="https://docs.docker.com/docker-hub/webhooks/" target="_blank">Webhooks for automated builds | Docker Documentation</a>.
See <a href='https://docs.docker.com/docker-hub/webhooks/' target='_blank'>Webhooks for automated builds | Docker Documentation</a>.

0 comments on commit df5438a

Please sign in to comment.