Skip to content

Instantly share code, notes, and snippets.

@PallaviTS
Created August 19, 2013 17:44
Show Gist options
  • Save PallaviTS/6271950 to your computer and use it in GitHub Desktop.
Save PallaviTS/6271950 to your computer and use it in GitHub Desktop.
-unless @block.present?
= form_tag "/blocks" do
= hidden_field_tag 'block[person_id]', @person.id.to_s
= submit_tag 'Block', :class => "block_user", :onclick => "confirm('Ignore this User?')" do
.icons-ignoreuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment