yavsc/web/Views/Admin/Backups.aspx

6 lines
341 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("Create a database backup", "CreateBackup")%><br/>
<%=Html.ActionLink("Restaurations", "Restore")%><br/>
2014-07-16 20:35:03 +02:00
</asp:Content>