mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-09 00:46:23 +02:00
Set initial value of 'owner' parameter in the repository creation page.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<li><a href="javascript:void(0);" data-name="@groupName"><i class="icon-white"></i> <span>@avatar(groupName, 20) @groupName</span></a></li>
|
||||
}
|
||||
</ul>
|
||||
<input type="hidden" name="owner" id="owner" />
|
||||
<input type="hidden" name="owner" id="owner" value="@loginAccount.get.userName"/>
|
||||
</div>
|
||||
/
|
||||
<input type="text" name="name" id="name" />
|
||||
|
||||
Reference in New Issue
Block a user