custo totem

* App.master:
* Title.aspx: Reset the Home page link

* TagPanel.ascx: implements html links from tag related titles
This commit is contained in:
Paul Schneider 2015-10-18 15:34:16 +02:00
commit ab95a3edda
4 changed files with 16 additions and 9 deletions

View file

@ -5,9 +5,9 @@
</asp:Content>
<asp:Content ContentPlaceHolderID="overHeaderOne" ID="header1" runat="server">
<h1 class="post">
<h1>
<%=Html.ActionLink(Model.Title, "Title", new{title=Model.Title}, null)%>
- <a href="<%= Url.RouteUrl("Default") %>"><%= YavscHelpers.SiteName %></a>
- <a href="<%= Url.RouteUrl("Default",new {controller="Home" }) %>"><%= YavscHelpers.SiteName %></a>
</h1>
</asp:Content>