Changeset - 5f0bba61653c
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-09-12 20:21:34
dominikruf@gmail.com
changelog: add the same class to empty cell

In order to be able to style the column, an empty cell needs the same class.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog_table.html
Show inline comments
 
@@ -61,7 +61,7 @@
 
          <i class="icon-align-left"></i>
 
        </td>
 
        %else:
 
        <td></td>
 
        <td class="expand_commit"></td>
 
        %endif
 
        <td class="mid">
 
          <div class="log-container">
0 comments (0 inline, 0 general)