Changeset - 96142cbb728f
[Not reviewed]
default
0 1 0
Mads Kiilerich - 5 years ago 2020-05-18 15:33:01
mads@kiilerich.com
Grafted from: 99e59f5a4f11
html: make mako markup structure more well-formed

And avoid using mako control structures inside tags.
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/summary/summary.html
Show inline comments
 
@@ -54,11 +54,7 @@ ${self.repo_context_bar('summary')}
 
            <div class="form-group form-inline">
 
                <label>${_('Clone URL')}:</label>
 
                <div id="clone-url">
 
                  <div id="clone_by_name" class="input-group"
 
                    %if c.ssh_repo_url:
 
                        style="display:none"
 
                    %endif
 
                    >
 
                  <div id="clone_by_name" class="input-group" style="${'display:none' if c.ssh_repo_url else ''}">
 
                    <span class="input-group-addon">${self.repolabel(c.db_repo)}</span>
 
                    <input class="form-control" size="80" readonly="readonly" value="${c.clone_repo_url}"/>
 
                    <span class="input-group-addon btn use-id">${_('Use ID')}</span>
0 comments (0 inline, 0 general)