Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icons in data-confirm-title ? #30

Closed
mfrederickson opened this issue Apr 8, 2015 · 2 comments
Closed

icons in data-confirm-title ? #30

mfrederickson opened this issue Apr 8, 2015 · 2 comments

Comments

@mfrederickson
Copy link
Contributor

How do I show a font-awesome icon in the title? The following does not work:

"data-confirm-title" => "<i class='fa fa-trash'></i> Delete User".html_safe
@corejh
Copy link

corejh commented Jul 14, 2015

This worked just fine for me

<%= link_to user_path(@user), class: "btn btn-danger", data: {confirm: "Are you sure?", "confirm-title": '<span class="fa fa-trash-o"> Delete User' } do %><span class="fa fa-trash-o"> Delete User</span><% end %>

@rvanlieshout
Copy link
Member

a) why wouldn't that work?
b) Something like corejh proposed feels right for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants