Quellcode durchsuchen

Remove footer on error pages and Closes #45

Yoginth vor 6 Jahren
Ursprung
Commit
d31389e564
2 geänderte Dateien mit 0 neuen und 14 gelöschten Zeilen
  1. 0 7
      templates/status/404.tmpl
  2. 0 7
      templates/status/500.tmpl

+ 0 - 7
templates/status/404.tmpl

@@ -9,13 +9,6 @@
 			<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
 		</div>
 	</form>
-	<div class="ui center links error footer">
-		<a href="{{AppURL}}contact"><span>Contact Support</span></a>
-		<span>—</span>
-		<a href="{{AppURL}}status"></i><span>Gitote Status</span></a>
-		<span>—</span>
-		<a href="http://twitter.com/gitotestatus"><span>@gitotestatus</span></a>
-	</div>
 	<div class="ui center links">
 		<img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
 	</div>

+ 0 - 7
templates/status/500.tmpl

@@ -4,13 +4,6 @@
 	<h3 style="font-weight:bold">Looks like something went wrong!</h3>
 	<h4>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.</h4>
 </div>
-<div class="ui center links error footer">
-	<a href="{{AppURL}}contact"><span>Contact Support</span></a>
-	<span>—</span>
-	<a href="{{AppURL}}status"></i><span>Gitote Status</span></a>
-	<span>—</span>
-	<a href="http://twitter.com/gitotestatus"><span>@gitotestatus</span></a>
-</div>
 <div class="ui center links">
 	<img class="error image" src="https://gitote-cdn.netlify.com/logoblack.svg">
 </div>