diff options
| author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-08 13:08:57 -0500 |
|---|---|---|
| committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-01-08 13:08:57 -0500 |
| commit | b284ba24c2ea0ee62be83756cf55c2b40b5ca38c (patch) | |
| tree | 72301cb1653c61cc162e4089e8ba37e06fc94abd | |
| parent | 8429f6f409eb8911d21095bc0fff3db2e53efd22 (diff) | |
| download | gitlab-ce-cross-project-reference-typo-fix.tar.gz | |
changes verb `references` to noun `reference`.cross-project-reference-typo-fix
| -rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 78c52938bd9..2299112bec7 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -74,7 +74,7 @@ .title .cross-project-reference %span#cross-project-reference - References: + Reference: %a{href: '#', title:project_ref} = project_ref = clipboard_button(clipboard_target: 'span#cross-project-reference') |
