Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iJungleboy committed Jun 22, 2022
1 parent 0227bd0 commit bcc1b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live/_Details.PartDates.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
var toolbarDate = toolbarSvc.Empty()
.Add("+edit")
.Copy(d)
.Add("+delete?entityId=" + d.EntityId + "&show=true")
.Add("+delete")
.Add("+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=[" + d.EntityId + "]");

<li class="list-group-item mb-0 @currentEventClass @hiddenEvent" @Edit.TagToolbar(d, toolbar: toolbarDate)>
Expand Down
2 changes: 1 addition & 1 deletion staging/_Details.PartDates.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
var toolbarDate = toolbarSvc.Empty()
.Add("+edit")
.Copy(d)
.Add("+delete?entityId=" + d.EntityId + "&show=true")
.Add("+delete")
.Add("+contentitems&title=" + Resources.LabelRegistrations + "?contentType=Registrations&filter:EventDate=[" + d.EntityId + "]");

<li class="list-group-item mb-0 @currentEventClass @hiddenEvent" @Edit.TagToolbar(d, toolbar: toolbarDate)>
Expand Down

0 comments on commit bcc1b95

Please sign in to comment.