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
 
@@ -33,8 +33,8 @@ ${self.repo_context_bar('changelog', c.f
 
    </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")}
 
@@ -65,7 +65,7 @@ ${self.repo_context_bar('changelog', c.f
 
                    </div>
 
              </div>
 

	
 
              <div class="panel-body">
 
              <div>
 
                <div id="graph_nodes">
 
                    <canvas id="graph_canvas" style="width:0"></canvas>
 
                </div>
0 comments (0 inline, 0 general)