Sha256: fc82d33895cc9baa3a3e246ad2f884dc6624985226d5e563a68e5cc1479d48d1
Contents?: true
Size: 468 Bytes
Versions: 3
Compression:
Stored size: 468 Bytes
Contents
#clickdata %fieldset.notice %legend#annotation_legend Add an Annotation = form_tag(annotations_path) do = hidden_field "annotation", "fulldate" = hidden_field_tag "dashboard_id", @dashboard ? @dashboard.id : 0 = text_area "annotation", "note", :cols => 32, :rows => 3 %br = button_to_function "Annotate", "HEART.annotate()" %a.whisper{ :onclick => "$('#clickdata').hide();" } cancel %label#clickdatalabel
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heart-0.0.2 | app/views/heart/dashboards/_annotation.haml |
heart-0.0.1 | app/views/heart/dashboards/_annotation.haml |
heart-0.0.1.pre | app/views/heart/dashboards/_annotation.haml |