Skip to content

Commit

Permalink
List of changesets in the page dropdown menu. Related to #116.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Dec 10, 2019
1 parent 8a49775 commit 84c4fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Areas/Front/Views/Page/PageLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<a class="dropdown-item" href="@Url.Action("Index", "Media", new {area = "Admin", entityId = pageVm.Id})">
<i class="fa fa-fw fa-picture-o"></i> Медиа
</a>
<a class="dropdown-item" href="@Url.Action("Index", "Changesets", new {area = "Admin", entityId = pageVm.Id})">
<i class="fa fa-fw fa-database"></i> Правки
</a>
</span>
</span>
}
Expand Down

0 comments on commit 84c4fea

Please sign in to comment.