diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-17 21:31:22 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-17 21:31:22 +0300 |
commit | 6dff16a6799cc34cd2cf70cebce70bbffc70c3f5 (patch) | |
tree | fbf0c0bcc3e2537f6ab5c54134020059479c9c7e /app | |
parent | 630d042433e0cecffe80aa5ebd7aa7a91c5eb2d8 (diff) | |
parent | d771253bdbad9f5de3923fbd3f075019dce13fcf (diff) | |
download | gitlab-ce-6dff16a6799cc34cd2cf70cebce70bbffc70c3f5.tar.gz |
Merge branch 'readme-anchor' of https://dev.gitlab.org/dzaporozhets/gitlabhq into 7-4-pre
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/tree/_readme.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/tree/_readme.html.haml b/app/views/projects/tree/_readme.html.haml index 9d0292059d6..ec2701af0eb 100644 --- a/app/views/projects/tree/_readme.html.haml +++ b/app/views/projects/tree/_readme.html.haml @@ -1,6 +1,7 @@ %article.readme-holder#README - %h4.readme-file-title - %i.icon-file - = readme.name + = link_to '#README' do + %h4.readme-file-title + %i.icon-file + = readme.name .wiki = render_readme(readme) |