mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Did a lot of styling on letter & register view; introduced a new accent color. Added scroll and submit vutton, TODO style submit button
This commit is contained in:
@@ -61,7 +61,7 @@ public class RegisterController : Controller {
|
||||
}
|
||||
|
||||
// Model instantiation
|
||||
var model = new RegisterViewModel(category, id, res, title) {
|
||||
var model = new RegisterViewModel(category, id, res, title, false) {
|
||||
AvailableCategories = availableCategories,
|
||||
};
|
||||
|
||||
@@ -104,7 +104,7 @@ public class RegisterController : Controller {
|
||||
}
|
||||
|
||||
// Model instantiation
|
||||
var model = new RegisterViewModel(category, id, res, title) {
|
||||
var model = new RegisterViewModel(category, id, res, title, false) {
|
||||
AvailableCategories = availableCategories,
|
||||
};
|
||||
|
||||
@@ -154,7 +154,7 @@ public class RegisterController : Controller {
|
||||
}
|
||||
|
||||
// Model instantiation
|
||||
var model = new RegisterViewModel(category, id, res, title) {
|
||||
var model = new RegisterViewModel(category, id, res, title, true) {
|
||||
AvailableCategories = availableCategories,
|
||||
AvailableSideCategories = AvailableSideCategories
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user