Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
{% load bootstrap3 %}
{% for line in rc_lines %}
< div class = "panel panel-default" id = "panel- {{ line.id }} " >
< div class = "panel-heading" role = "tab" id = "heading {{ line.id }} " >
< h4 class = "panel-title" >
< a role = "button" data-toggle = "collapse" data-parent = "#div_lines" href = "#collapse {{ line.id }} " aria-expanded = "true" aria-controls = "collapse {{ line.id }} " >
CH {{ line.channel }} - {{ line.get_name }}
</ a >
{% if edit %}
< button type = "button" class = "btn-xs btn-default pull-right" name = "bt_remove_line" value = " {{ line.pk }} " >< span class = "glyphicon glyphicon-remove" aria-hidden = "true" ></ span ></ button >
{% endif %}
</ h4 >
</ div >
< div id = "collapse {{ line.id }} " class = "panel-collapse collapse" role = "tabpanel" aria-labelledby = "heading {{ line.id }} " >
< div class = "panel-body" >
{% bootstrap_form line.form layout = 'horizontal' size = 'small' %}
< br >< br >
{% for f in line.subforms %}
< div class = "form-group form-group-sm" >
< label class = "col-md-3 control-label" > {{ line.line_type.name }} - {{ forloop .counter }} </ label >
< div class = "col-md-9" > {% if edit %} < button type = 'button' name = "bt_remove_subline" class = "btn-xs btn-default" data-url = " {% url 'url_remove_rc_subline' dev_conf.id line.id forloop .counter %} " >< span class = "glyphicon glyphicon-remove" aria-hidden = "true" ></ span ></ button > {% endif %} </ div >
</ div >< div class = "clearfix" ></ div >
{% bootstrap_form f layout = 'horizontal' size = 'small' %}
< div class = "clearfix" ></ div >
{% endfor %}
{% if edit and line.subform %}
< br >
< button type = "button" class = "btn btn-sm btn-default" style = "margin-left: 10px" name = "bt_add_subline" value = " {{ line.pk }} " > Add {{ line.line_type.name }} </ button >
{% endif %}
</ div >
</ div >
</ div >
{% endfor %}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages