yavsc/web/Views/Admin/Index.aspx

5 lines
260 B
Plaintext

10 years ago
<%@ Page Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<DataAccess>" %>
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
10 years ago
<%= Html.ActionLink("Backups","Backups") %>
10 years ago
</asp:Content>