summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2016-10-14 21:26:43 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2016-10-14 21:26:43 +1100
commiteb4a42e0cef5e89b1d01cfa2a401908ffd09874c (patch)
tree8bc045863be9ee8ff0b9d98d1036b951c832fca0
parent6c7d3a0ee4c4c2b4e0a38fe92cd364c888eda907 (diff)
downloadgitlab-ce-eb4a42e0cef5e89b1d01cfa2a401908ffd09874c.tar.gz
Remove changelog item and interpolation
-rw-r--r--CHANGELOG1
-rw-r--r--app/views/profiles/accounts/show.html.haml2
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f933c298b01..99bbd99726d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,6 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- - Remove '/u' prefix form username from Account page (blackst0ne)
- Improve Merge When Build Succeeds triggers and execute on pipeline success. (!6675)
- Respond with 404 Not Found for non-existent tags (Linus Thiel)
- Truncate long labels with ellipsis in labels page
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml
index 8ee643f3bcc..e2e974ba072 100644
--- a/app/views/profiles/accounts/show.html.haml
+++ b/app/views/profiles/accounts/show.html.haml
@@ -86,7 +86,7 @@
= f.label :username, "Path", class: "label-light"
.input-group
.input-group-addon
- = "#{root_url}"
+ = root_url
= f.text_field :username, required: true, class: 'form-control'
.help-block
Current path: