mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
mix format
This commit is contained in:
parent
db88434d80
commit
4ae468142d
1 changed files with 20 additions and 22 deletions
|
@ -23,8 +23,7 @@ defmodule PhilomenaWeb.SettingView do
|
||||||
end
|
end
|
||||||
|
|
||||||
def theme_paths_json do
|
def theme_paths_json do
|
||||||
Jason.encode!(
|
Jason.encode!(%{
|
||||||
%{
|
|
||||||
"dark-red": ~p"/css/dark-red.css",
|
"dark-red": ~p"/css/dark-red.css",
|
||||||
"dark-orange": ~p"/css/dark-orange.css",
|
"dark-orange": ~p"/css/dark-orange.css",
|
||||||
"dark-yellow": ~p"/css/dark-yellow.css",
|
"dark-yellow": ~p"/css/dark-yellow.css",
|
||||||
|
@ -43,8 +42,7 @@ defmodule PhilomenaWeb.SettingView do
|
||||||
"light-cyan": ~p"/css/light-cyan.css",
|
"light-cyan": ~p"/css/light-cyan.css",
|
||||||
"light-pink": ~p"/css/light-pink.css",
|
"light-pink": ~p"/css/light-pink.css",
|
||||||
"light-silver": ~p"/css/light-silver.css"
|
"light-silver": ~p"/css/light-silver.css"
|
||||||
}
|
})
|
||||||
)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def scale_options do
|
def scale_options do
|
||||||
|
|
Loading…
Reference in a new issue