gitlabhq/app/views/admin/teams/projects/edit.html.haml
2013-01-24 22:31:24 +02:00

17 lines
278 B
Plaintext

%h3
Edit max access in #{@project.name} for #{@team.name} team
%hr
%table.zebra-striped
%tr
%td Project:
%td= @project.name
%tr
%td Team:
%td= @team.name
%tr
%td Since:
%td= assigned_since(@team, @project).stamp("Nov 11, 2010")
= render 'form'