Skip to content

Commit

Permalink
re-added the associate parent place functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Nityan Khanna committed Feb 26, 2018
1 parent f34fcc9 commit d2ffaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenIZAdmin/Views/Place/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@
<span class="text-primary h4">@Locale.AssociateChildPlace</span>
<span class="glyphicon glyphicon-plus-sign"></span>
</a>
</div>
</div>*@

<div class="pull-right">
<a href="@Url.Action("AssociateParentPlace", "Place", new { id = Model.Id })">
<span class="text-primary h4">@Locale.AssociateParentPlace</span>
<span class="glyphicon glyphicon-plus-sign"></span>
</a>
</div>*@
</div>
}

</div>
Expand Down

0 comments on commit d2ffaf6

Please sign in to comment.