Show More
Commit Description:
tags / problems
Commit Description:
tags / problems
File last commit:
Show/Diff file:
Action:
app/views/groups/edit.html.haml | 9 lines | 205 B | text/x-haml | HamlLexer |
%h1 Editing group
= render 'form'
.row.my-3
.col-auto
= link_to 'Edit members and problems', @group, class: 'btn btn-info'
.col-auto
= link_to 'Back', groups_path, class: 'btn btn-secondary'