-
-
Save gabriel-dehan/023702821bbdfe8015de to your computer and use it in GitHub Desktop.
fdsfsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
li.post.postWeb class="post-#{post.id}" | |
- post_url = "#{post.created_at.strftime('%d-%m-%Y')}/post-#{post.id}" | |
- preload = true if @preload_post && @preload_post == post.id | |
== link_to ' ', post_by_date_path(post.created_at.strftime('%d-%m-%Y'), post.id), :"data-hash" => post_url, :"data-track-name" => post.title, class: 'clickableTrack', data: { preload: preload }, remote: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdsfsf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
li.post.postWeb class="post-#{post.id}" | |
- post_url = "#{post.created_at.strftime('%d-%m-%Y')}/post-#{post.id}" | |
- preload = true if @preoload_post && @preload_post == post.id | |
== link_to ' ', post_by_date_path(post.created_at.strftime('%d-%m-%Y'), post.id), :"data-hash" => post_url, :"data-track-name" => post.title, class: 'clickableTrack', remote: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<3