| Module | VoteHelper |
| In: |
app/helpers/vote_helper.rb
|
# File app/helpers/vote_helper.rb, line 6 6: def loc_based_style(link, loc) 7: @current_page == loc ? "<strong>#{link}</strong>" : link 8: end