templates: removed repo_edit_fork template as it was never used.
This commit is contained in:
parent
df90d2d6c6
commit
2a652f5bc7
1 changed files with 0 additions and 23 deletions
|
|
@ -1,23 +0,0 @@
|
|||
${h.secure_form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')}
|
||||
<div class="form">
|
||||
<div class="fields">
|
||||
${h.select('id_fork_of','',c.repo_list,class_="medium")}
|
||||
${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('Set'),class_="btn btn-small",)}
|
||||
</div>
|
||||
<div class="field" >
|
||||
<ul>
|
||||
<li>${_('''Manually set this repository as a fork of another from the list''')}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
${h.end_form()}
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$("#id_fork_of").select2({
|
||||
'containerCssClass': "drop-menu",
|
||||
'dropdownCssClass': "drop-menu-dropdown",
|
||||
'dropdownAutoWidth': true,
|
||||
});
|
||||
})
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue