Sha256: fc3a7b74197a5bb3efce9df827b647ddc3b3df3f58ce007db9713b9d8d608815
Contents?: true
Size: 277 Bytes
Versions: 2
Compression:
Stored size: 277 Bytes
Contents
<%- @title= 'Edit Note' %> <% doc = Note.find_by :id=> $xvars["p"]["note_id"] %> <%= fields_for doc do |f| %> <%= f.label :title, "Title" %> <%= f.text_field :title %><Br> <%= f.label :body, "Body Content" %> <%= f.cktext_area :body, :cols=>50, :rows=>6 %> <% 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/xedit/edit_note.html.erb |
jinda-0.4.5 | lib/generators/jinda/templates/app/views/notes/xedit/edit_note.html.erb |