|
@@ 132-135 (lines=4) @@
|
| 129 |
|
redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") } |
| 130 |
|
end |
| 131 |
|
|
| 132 |
|
def coloring_darken |
| 133 |
|
@settings.update_value("Primary Color Darken", params[:color]) |
| 134 |
|
redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") } |
| 135 |
|
end |
| 136 |
|
|
| 137 |
|
# POST /admins/room_authentication |
| 138 |
|
def room_authentication |
|
@@ 127-130 (lines=4) @@
|
| 124 |
|
redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") } |
| 125 |
|
end |
| 126 |
|
|
| 127 |
|
def coloring_lighten |
| 128 |
|
@settings.update_value("Primary Color Lighten", params[:color]) |
| 129 |
|
redirect_to admin_site_settings_path, flash: { success: I18n.t("administrator.flash.settings") } |
| 130 |
|
end |
| 131 |
|
|
| 132 |
|
def coloring_darken |
| 133 |
|
@settings.update_value("Primary Color Darken", params[:color]) |