Skip to content
Snippets Groups Projects
Commit db0e5cdc authored by Andreas Valder's avatar Andreas Valder Committed by Andreas Valder
Browse files

no more line breaks in changelog columns time and path

parent aced3754
Branches
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
</tr> </tr>
{% for i in changelog %} {% for i in changelog %}
<tr> <tr>
<td>{{i.when}}</td> <td style="white-space: nowrap;">{{i.when}}</td>
<td>{% if (i.who != i.who|string) %}{{i.realname}} ({{i.who}}){% else %}{{i.who}}{%endif%}</td> <td>{% if (i.who != i.who|string) %}{{i.realname}} ({{i.who}}){% else %}{{i.who}}{%endif%}</td>
<td>{{i.path}}</td> <td style="white-space: nowrap;">{{i.path}}</td>
<td>"{{i.value_old}}"</td> <td>"{{i.value_old}}"</td>
<td>"{{i.value_new}}"</td> <td>"{{i.value_new}}"</td>
<td><button onclick="moderatorinterface.set('{{i.path}}','{{i.value_old}}');alert('done');" class="btn btn-default">undo</button></td> <td><button onclick="moderatorinterface.set('{{i.path}}','{{i.value_old}}');alert('done');" class="btn btn-default">undo</button></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment