-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Block form no longer displaying #16
Comments
@chrism Yeah, this is a known issue. I should documented that in the README. We actually tried allowing blocks using the syntax you posted above, but it wasn’t working. Searching through old Middleman issues and on the forums, it appears that this has been a common issue. I hope to take another crack at it soon, but for now, this block syntax should work: <%= current_link_to("/with-block") { "Hello" } %> |
Ok, great.
Thanks for letting me know I will try that.
… On 23 Mar 2017, at 19:16, Tyson Gach ***@***.***> wrote:
@chrism Yeah, this is a known issue. I should documented that in the README.
We actually tried allowing blocks using the syntax you posted above, but it wasn’t working. Searching through old Middleman issues and on the forums, it appears that this has been a common issue.
I hope to take another crack at it soon, but for now, this block syntax should work:
<%= current_link_to("/with-block") { "Hello" } %>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I use the standard link_to helper in a block form ie
it displays fine, but when using the current_link_to helper the content within the helper is no longer displayed. ie
Is this intentional?
The text was updated successfully, but these errors were encountered: