Fix merge guide to display ssh url

This commit is contained in:
Naoki Takezoe
2015-08-21 02:11:42 +09:00
parent 28c0262e74
commit a42c40bbc1
5 changed files with 124 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
@(id: String, value: String)(html: Html)
<div class="input-append" style="margin-bottom: 0px;">
@(id: String, value: String, prepend: Boolean = false)(html: Html)
<div class="input-append @if(prepend){input-prepend}" style="margin-bottom: 0px;">
@html
<span id="@id" class="add-on btn" data-clipboard-text="@value" data-placement="bottom" title="copy to clipboard"><i class="icon-check"></i></span>
</div>