Sha256: f9bb665358ce1e6b9ce379a7ed07ded3db9ab365ae163e98fe9f34c921b5b3e4

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

%form{:"accept-charset" => "UTF-8", :action => "/projects/add/new", :method => "POST"}
  = csrf_tag
  .field
    %input{:id => "name", :name => "project[name]", :placeholder => "name", :value => project.name, :type => "text"}
  .field
    %input{:id => "repo", :name => "project[repo_url]", :placeholder => "repository url", :value => project.repo_url, :type => "text"}
  .field
    %input{:class => "button", :type => "submit", :value => "create project"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deep_thought-0.2.1 lib/deep_thought/views/projects/new.haml
deep_thought-0.1.1 lib/deep_thought/views/projects/new.haml
deep_thought-0.1.0 lib/deep_thought/views/projects/new.haml