Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
g5k-api
Commits
caee9f1c
Commit
caee9f1c
authored
Oct 26, 2020
by
Samir Noir
🧀
Browse files
Remove \n at end of commit messages on versions controller
parent
196c1206
Pipeline
#180919
waiting for manual action with stages
in 21 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/versions_controller.rb
View file @
caee9f1c
...
...
@@ -88,7 +88,7 @@ class VersionsController < ApplicationController
{
'uid'
=>
commit
.
oid
,
'date'
=>
commit
.
time
.
httpdate
,
'message'
=>
commit
.
message
,
'message'
=>
commit
.
message
.
chomp
,
'author'
=>
commit
.
author
[
:name
],
'type'
=>
'version'
,
'links'
=>
[
...
...
Write
Preview
Supports
Markdown
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