<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %>

New dependency

<% form_for(@dependency) do |f| %> <%= f.error_messages %>

<%= f.submit 'Create' %>

<% end %> <%= link_to 'Back', dependencies_path %>