mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-26 00:10:59 +01:00
change to col-md-12 https://github.com/gitbucket/gitbucket/pull/1543#discussion_r112392040
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@gitbucket.core.html.menu("releases", repository){
|
||||
<form action="@helpers.url(repository)/releases/@tag/create" method="POST" validate="true" class="form-group">
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-12">
|
||||
<h3>New release for @tag</h3>
|
||||
<span id="error-title" class="error"></span>
|
||||
<input type="text" id="release-name" name="name" class="form-control" value="" placeholder="Title" style="margin-bottom: 6px;" autofocus/>
|
||||
|
||||
Reference in New Issue
Block a user