summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-24 15:08:42 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-24 15:08:42 +0100
commit46bcf40b2cbc818837c855bebaef1b621e7c5283 (patch)
treea7d7045b7a923ce016394f3b3e11cf9406c51c4d
parentfcd3e626b085f6d16ff2c780093bafa898647a85 (diff)
downloadgitlab-ce-46bcf40b2cbc818837c855bebaef1b621e7c5283.tar.gz
Add ".org" back to Gitorious mentions.
-rw-r--r--app/views/import/gitorious/status.html.haml4
-rw-r--r--app/views/projects/new.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/import/gitorious/status.html.haml b/app/views/import/gitorious/status.html.haml
index c7617ca43df..7f1456fef55 100644
--- a/app/views/import/gitorious/status.html.haml
+++ b/app/views/import/gitorious/status.html.haml
@@ -1,6 +1,6 @@
%h3.page-title
%i.fa.fa-gitorious
- Import projects from Gitorious
+ Import projects from Gitorious.org
%p.light
Select projects you want to import.
@@ -11,7 +11,7 @@
%table.table.import-jobs
%thead
%tr
- %th From Gitorious
+ %th From Gitorious.org
%th To GitLab
%th Status
%tbody
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index f3d166ffb8f..875c092fd1a 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -85,7 +85,7 @@
.col-sm-10
= link_to new_import_gitorious_path do
%i.fa.fa-heart
- Import projects from Gitorious
+ Import projects from Gitorious.org
%hr.prepend-botton-10