Sha256: 9dbbed5d1c0c4139859bc920927870cc060f93caef9118e6a5bcac71d5d7972d
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
<%- @title= 'Edit Note' %> <% doc = Note.find_by :id => $xvars["select_note"]["id"] %> <%= fields_for doc do |f| %> <%= f.label :title, "Title" %> <%= f.text_field :title, required: true %><Br> <%= f.label :body, "Body Content" %> <%= f.cktext_area :body, :cols=>50, :rows=>6 ,required: true %> <% end %>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jinda-5-0.4.5 | lib/generators/jinda/templates/app/views/notes/edit/edit_note.html.erb |
jinda-0.4.5 | lib/generators/jinda/templates/app/views/notes/edit/edit_note.html.erb |