Skip to content

Commit

Permalink
added the ability to associate a child place
Browse files Browse the repository at this point in the history
  • Loading branch information
Nityan Khanna committed Feb 26, 2018
1 parent 2b1f7d2 commit 997b5c4
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 @@ -149,12 +149,12 @@

@if (!Model.IsObsolete)
{
@*<div class="pull-right">
<div class="pull-right">
<a href="@Url.Action("AssociateChildPlace", "Place", new { id = Model.Id })">
<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 })">
Expand Down

0 comments on commit 997b5c4

Please sign in to comment.