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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 11:15:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 11:15:57 +0400
commit0df01283b082704a16bee11f735aa9a82cfdc773 (patch)
tree0d28873a47b73a27319e3d59c253bb752396cf22
parent3cdac0b93440db5a3b0871a06be53bf8767b7dc8 (diff)
parentf39d3b9a096ecffca3ca9120cce35684ba139b85 (diff)
Merge pull request #3276 from DarthJDG/fix-group-typo
Fix column heading order in group admin view
-rw-r--r--app/views/admin/groups/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml
index b10a7394bd3..0029cc78e3e 100644
--- a/app/views/admin/groups/index.html.haml
+++ b/app/views/admin/groups/index.html.haml
@@ -16,8 +16,8 @@
%th
Name
%i.icon-sort-down
- %th Path
%th Description
+ %th Path
%th Projects
%th Owner
%th.cred Danger Zone!