Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
octomon
Commits
3e4c66ca
Unverified
Commit
3e4c66ca
authored
Mar 23, 2019
by
Marco Marinello
Browse files
Use line breaks
parent
8b341a69
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/templates/hosts/host.html
View file @
3e4c66ca
...
...
@@ -220,7 +220,7 @@
<tbody>
{% for commit in etc %}
<tr>
<td><b>
{{commit.message}}
</b><br>
{{commit.datetime}}
</td>
<td><b>
{{commit.message
|linebreaksbr
}}
</b><br>
{{commit.datetime}}
</td>
<td>
{% for file in commit.additions %}
<i
class=
"fa fa-plus"
style=
"color:green;"
></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment