gitlabhq/app/views/teams/projects/edit.html.haml
2013-01-25 16:36:14 +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'