Changeset - 8c686b00ebae
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-04-11 01:49:01
mads@kiilerich.com
style: drop unfortunate double panel around changelog
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -30,14 +30,14 @@ ${self.repo_context_bar('changelog', c.f
 
<div class="panel panel-primary">
 
    <div class="panel-heading clearfix">
 
        ${self.breadcrumbs()}
 
    </div>
 
    <div class="panel-body">
 
        %if c.pagination:
 
            <div class="panel panel-primary">
 
              <div class="panel-heading clearfix" style="${'display:none' if c.changelog_for_path else ''}">
 
            <div>
 
              <div class="clearfix" style="${'display:none' if c.changelog_for_path else ''}">
 
                    <div class="pull-left">
 
                        ${h.form(h.url.current(),method='get',class_="form-inline")}
 
                            ${h.submit('set',_('Show'),class_="btn btn-default btn-sm")}
 
                            ${h.text('size',size=3,value=c.size,class_='form-control')}
 
                            ${_('revisions')}
 
                            %if c.branch_name:
 
@@ -62,13 +62,13 @@ ${self.repo_context_bar('changelog', c.f
 
                        ## text and href of open_new_pr is controlled from javascript
 
                        <a id="open_new_pr" class="btn btn-default btn-sm"></a>
 
                        ${_("Branch filter:")} ${h.select('branch_filter',c.branch_name,c.branch_filters)}
 
                    </div>
 
              </div>
 

	
 
              <div class="panel-body">
 
              <div>
 
                <div id="graph_nodes">
 
                    <canvas id="graph_canvas" style="width:0"></canvas>
 
                </div>
 
                <div id="graph_content" style="${'margin: 0px' if c.changelog_for_path else ''}">
 

	
 
                <table class="table" id="changesets">
0 comments (0 inline, 0 general)