mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Startseite Anzeige gefixt
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
Band
|
Band
|
||||||
|
|
||||||
<select class="form-control hform" asp-for="havolume">
|
<select class="form-control hform" asp-for="havolume">
|
||||||
@foreach (var y in lib.Options.AvailableVolumes)
|
@foreach (var y in lib.Structure.Keys.OrderBy(x => Int32.Parse(x)))
|
||||||
{
|
{
|
||||||
<option>@y</option>
|
<option>@y</option>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user