annotate app/views/boards/_form.rhtml @ 414:576a1dca2ee2
bug_152
Check that user is permitted to see subproject, not only parent project. Fixes #152
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Tue, 10 May 2011 10:08:34 +0100 |
parents |
513646585e45 |
children |
|
rev |
line source |
Chris@0
|
1 <%= error_messages_for 'board' %>
|
Chris@0
|
2
|
Chris@0
|
3 <!--[form:board]-->
|
Chris@0
|
4 <div class="box">
|
Chris@0
|
5 <p><%= f.text_field :name, :required => true %></p>
|
Chris@0
|
6 <p><%= f.text_field :description, :required => true, :size => 80 %></p>
|
Chris@0
|
7 </div>
|
Chris@0
|
8 <!--[eoform:board]-->
|