Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-14 15:31:46 +0300
committerDouwe Maan <douwe@gitlab.com>2015-02-14 15:31:46 +0300
commit9efb838be2d4a1b28f1378074af1f44442a7114a (patch)
tree9c567987ba27bb44a5133ff872d55e5046689153 /app
parent421e882ea422a4a33b64f0c5d466d6b22731199c (diff)
Change tweet text.
Diffstat (limited to 'app')
-rw-r--r--app/views/events/event/_created_project.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/events/event/_created_project.html.haml b/app/views/events/event/_created_project.html.haml
index 0ebbb841cca..551e0160530 100644
--- a/app/views/events/event/_created_project.html.haml
+++ b/app/views/events/event/_created_project.html.haml
@@ -19,9 +19,10 @@
href: "https://twitter.com/share", |
class: "twitter-share-button", |
"data-url" => event.project.web_url, |
- "data-text" => "I just created a new project in GitLab! GitLab is version control on your server, like GitHub but better.", |
+ "data-text" => "I just created a new project in GitLab! GitLab is version control on your server.", |
"data-size" => "medium", |
"data-related" => "gitlab", |
+ "data-hashtags" => "gitlab", |
"data-count" => "none"}
Tweet
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> \ No newline at end of file