Sha256: 78fef6bc6fbbc2ced11cfa4d367a2e22698ef7d1bbd62a9cb8e06a709b2569df
Contents?: true
Size: 324 Bytes
Versions: 9
Compression:
Stored size: 324 Bytes
Contents
id = dom_id(@comment) if @comment.errors.empty? page[id].replace :partial => "comment", :collection => [ @comment ] page[id].visual_effect :highlight, :duration => 1.0 else page[id].replace_html :partial => "edit" page[id].visual_effect :shake, :duration => 0.25, :distance => 6 page[:comment_comment].focus end
Version data entries
9 entries across 9 versions & 1 rubygems