Set initial value of 'owner' parameter in the repository creation page.

This commit is contained in:
takezoe
2013-07-24 22:09:10 +09:00
parent cb94447290
commit 8c1e45da6c

View File

@@ -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" />