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/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 18:24:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 18:24:26 +0300
commit39ed04c7b53491ae17713b83cfb8d4c9c4480f9b (patch)
tree18031cbbebd7f605e3c625d2edc7c7d8cc69f3f0 /app/views
parentea64ba1fe34a4439362c0670ecf02490a297a92d (diff)
parenta9d686b2fbc1b6e158cd2a3ed5f0f3092611f6ce (diff)
Merge branch 'repo-size-link' into 'master'
Link project repo size to files See merge request !1374
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index aa5914e3ed9..6a5fc689803 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -24,7 +24,7 @@
= pluralize(number_with_delimiter(@repository.tag_names.count), 'tag')
%li
- = link_to namespace_project_path(@project.namespace, @project) do
+ = link_to project_files_path(@project) do
= repository_size
- if !prefer_readme? && @repository.readme