mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
Implemented the registration of the issue.
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="span9">
|
||||
<form action="@path/@repository.owner/@repository.name/issues" method="POST">
|
||||
<form action="@path/@repository.owner/@repository.name/issues" method="POST" validate="true">
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
<span id="error-title" class="error"></span>
|
||||
<input type="text" name="title" value="" placeholder="Title" style="width: 650px;"/>
|
||||
@*
|
||||
<ul class="nav nav-tabs">
|
||||
|
||||
Reference in New Issue
Block a user