mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
fix typo on UI of commit with new branch (#2594)
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user