edit.html.haml 278 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 %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'