Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @if (Model.UserId == (int)Session["Id"])
  2. {
  3. <div class="container" id="topPlaces">
  4. @Html.ActionLink("View popular places", "GetTopVisitedPlaces", "Place", null, new { @class = "btn btn-info" })
  5. @Html.ActionLink("View TOP rated places", "GetTopRatedPlaces", "Place", null, new { @class = "btn btn-info" })
  6. </div>
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement