Issue show page restyled

This commit is contained in:
gitlabhq 2011-11-25 05:41:30 -05:00
parent b7f4f67b9b
commit 4e55cc67f5
2 changed files with 29 additions and 65 deletions

View file

@ -15,7 +15,7 @@
%tr
%td= f.label :assignee_id
%td= f.select(:assignee_id, @project.users.all.collect {|p| [ p.name, p.id ] }, { :include_blank => "Select user" })
%tr
-#%tr
%td= f.label :branch_name
%td= f.select(:branch_name, @project.heads.map(&:name), { :include_blank => "Select git branch" })
%tr