yavsc/web/Views/Admin/Index.aspx

4 lines
260 B
Text
Raw Normal View History

2014-07-16 20:35:03 +02:00
<%@ Page Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<DataAccess>" %>
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
2014-10-08 10:47:40 +02:00
<%= Html.ActionLink("Backups","Backups") %>
2014-07-16 20:35:03 +02:00
</asp:Content>