yavsc/web/Views/BackOffice/Index.aspx

9 lines
387 B
Text
Raw Normal View History

2015-01-02 04:52:48 +01:00
<%@ Page Title="Back office" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage" %>
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
<ul><li>
<%= Html.ActionLink("Catalog","Catalog","FrontOffice" ) %>
2015-11-17 22:22:59 +01:00
</li>
<li><%= Html.ActionLink(LocalizedText.Skill,"Skills","FrontOffice" ) %></li>
</ul>
2015-01-02 04:52:48 +01:00
</asp:Content>