Skip to content

Commit

Permalink
Added project id to edit for so people can copy it for service hooks.…
Browse files Browse the repository at this point in the history
… Will create a nicer service hook url system later.
  • Loading branch information
zenom committed Dec 13, 2010
1 parent 1341569 commit efe7053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/projects/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
/= link_to "Add Source", new_project_path unless new_record?
/ .block_head ends
.block_content
= f.label 'Project Id'
= project.id
%p
= f.input :name, :input_html => {:class => :text }
%p
= f.input :scm_path, :input_html => {:class => :text }
Expand Down

0 comments on commit efe7053

Please sign in to comment.