Commit f39d3b9a096ecffca3ca9120cce35684ba139b85

Authored by Robert Biro
1 parent 3cdac0b9

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!
... ...