How to create an anchor and redirect to this specific anchor in Ruby on Rails

后端 未结 6 1115
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 17:04

I\'m trying to create unique anchors for every comment on my blog so a person can take the url of an anchor and paste it in their browser, which will automatically load the

6条回答
  •  借酒劲吻你
    2020-12-05 17:58

    These links will scroll down to position where you have code like:

    
    

    I don't know if there are helpers that will do it for you, but it is very simple and you can write your own.

提交回复
热议问题