Commit 0df01283b082704a16bee11f735aa9a82cfdc773

Authored by Dmitriy Zaporozhets
2 parents 3cdac0b9 f39d3b9a

Merge pull request #3276 from DarthJDG/fix-group-typo

Fix column heading order in group admin view
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin/groups/index.html.haml
... ... @@ -16,8 +16,8 @@
16 16 %th
17 17 Name
18 18 %i.icon-sort-down
19   - %th Path
20 19 %th Description
  20 + %th Path
21 21 %th Projects
22 22 %th Owner
23 23 %th.cred Danger Zone!
... ...