Sha256: b86f95b8d98f9366ec873f9b524c97dc9d86562adcd153891923c3bc763efad0
Contents?: true
Size: 272 Bytes
Versions: 59
Compression:
Stored size: 272 Bytes
Contents
<h1>New project</h1> <%= error_messages_for :project %> <% form_for(:project, :url => projects_path) do |f| %> <p> <b>Title</b><br /> <%= f.text_field :title %> </p> <p> <%= submit_tag "Create" %> </p> <% end %> <%= link_to 'Back', projects_path %>
Version data entries
59 entries across 59 versions & 19 rubygems