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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-04 10:54:42 +0300
committerPhil Hughes <me@iamphill.com>2017-05-04 10:54:42 +0300
commitfdacc4ee6a3341b2c44ddd85a41f2a04d0d417ad (patch)
tree337451ec4cf566000b15a8a04212849a0e18a5a7 /app/views/projects/tags/index.html.haml
parent9ee274c03166b5773d433e3947b5d566fda02e53 (diff)
Moved to a view spec
Diffstat (limited to 'app/views/projects/tags/index.html.haml')
-rw-r--r--app/views/projects/tags/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index c14bbf4f05f..56656ea3d86 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -1,4 +1,5 @@
- @no_container = true
+- @sort ||= sort_value_recently_updated
- page_title "Tags"
= render "projects/commits/head"