gitlabhq/app/views/teams/projects/edit.html.haml

19 lines
306 B
Plaintext
Raw Normal View History

2013-01-19 18:48:05 +01:00
= render "teams/team_head"
%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'