Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
9a129ce5
Verified
Commit
9a129ce5
authored
Nov 14, 2017
by
Thibaut Broggi
Browse files
Add hashtag and campaign site on tweet
parent
5f9ded8e
Pipeline
#1602
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
srv.js
View file @
9a129ce5
...
...
@@ -96,7 +96,9 @@ function tweetMessage(req) {
return
(
req
.
args
.
signature
?
_
(
'
Faites comme
'
)
+
req
.
args
.
signature
+
'
, s
'
:
'
S
'
)
+
_
(
'
outenez
'
)
+
'
La Quadrature du Net !
'
+
encodeURIComponent
(
'
La Quadrature du Net ! #LQDoN
'
)
+
encodeURIComponent
(
req
.
protocol
+
"
://
"
+
req
.
headers
.
host
)
+
'
'
+
encodeURIComponent
(
buildUrl
(
req
))
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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