-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some quick delete updates to put peoples minds at rest.
- Loading branch information
1 parent
bc478b2
commit 239b021
Showing
6 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@{ | ||
ViewBag.Title = "Hangar"; | ||
} | ||
|
||
@using (Html.BeginForm("Upload", "HoloTable", FormMethod.Post, new { id = "form-upload" })) | ||
{ } | ||
|
||
<hgroup> | ||
<h1>Your Hangar has been removed.</h1> | ||
<h2>You must re-upload your Inventory XML to continue.</h2> | ||
</hgroup> | ||
|
||
<div class="row cig-content"> | ||
@Html.Partial("_GettingStarted") | ||
@Html.Partial("_Instructions") | ||
@Html.Partial("_Support") | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters