Skip to content

Commit

Permalink
FIX: Blog edit links
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmidt committed Jul 16, 2018
1 parent 87efc2f commit 7573676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/PostList.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</neos:link.node> -->

<a class="neos-button neos-button-primary" href="/neos/content?node={post.path}@{post.workspace.name};language={post.dimensionValues.language.0}">
<a class="neos-button neos-button-primary" href="/neos/content?node={post.path}@{post.workspace.name};language={post.nodeData.dimensionValues.language.0}">

<i class="icon-pencil icon-white"></i>

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Blog/Show.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="title">{title}</h1>
</neos:link.node> -->

<a class="neos-button neos-button-primary" href="/neos/content?node={post.path}@{post.workspace.name};language={post.dimensionValues.language.0}">
<a class="neos-button neos-button-primary" href="/neos/content?node={post.path}@{post.workspace.name};language={post.nodeData.dimensionValues.language.0}">

<i class="icon-pencil icon-white"></i>

Expand Down

0 comments on commit 7573676

Please sign in to comment.