Sha256: b3f3c94f4569fd7221b2afef36259887a14849a9ca9c5b882b2bd88092572356
Contents?: true
Size: 470 Bytes
Versions: 51
Compression:
Stored size: 470 Bytes
Contents
- title @note.title - description @note.body - @title= 'Show Note' - doc = Note.find_by :id => $xvars["select_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 = link_to image_tag('pencil.png', style:'border:none; float:none;'), {controller: "jinda", action: "init", s: 'notes:xedit', note_id: @note.id}, data: { confirm: "Please Confirm" }
Version data entries
51 entries across 47 versions & 4 rubygems