Fixes the registration page index

main
Paul Schneider 6 months ago
parent c6c52a48c4
commit e229439174
6 changed files with 7 additions and 11 deletions

@ -270,7 +270,6 @@ namespace isnd.Services
.Include(p => p.Versions)
.Include(p => p.Owner)
.Include(p => p.LatestCommit)
.Include(p => p.Versions[0].LatestCommit)
.SingleOrDefaultAsync(p => p.Id.ToLower() == query.Query);
if (scope==null) return null;
if (scope.Versions.Count==0) return null;

@ -3,9 +3,6 @@
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Bienvenue</h1>
<h1>Bienvenue dans isn</h1>
<p>
<strong>@Model.PkgCount identifiant(s) de paquet dans le SI</strong>
</p>
<h1 class="display-4">Wasa!</h1>
<p>hum.</p>
</div>

@ -153,7 +153,7 @@ samp {
pre {
margin-top: 0;
margin-bottom: 1rem;
padding-bottom: 1rem;
overflow: auto; }
figure {
@ -7843,7 +7843,7 @@ a.text-dark:hover, a.text-dark:focus {
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;
padding: 8px 12px;
background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
background-image: linear-gradient(192deg, #081018, #21218d 40%, #500c0c);
margin: 1em; }
.fa-copy {

File diff suppressed because one or more lines are too long

@ -104,7 +104,7 @@ background-color: black;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;
padding: 8px 12px;
background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
background-image: linear-gradient(192deg, #081018, #21218d 40%, #500c0c);
margin: 1em;
}

@ -226,7 +226,7 @@ pre {
// Remove browser default top margin
margin-top: 0;
// Reset browser default of `1em` to use `rem`s
margin-bottom: 1rem;
padding-bottom: 1rem;
// Don't allow content to break outside
overflow: auto;
}

Loading…