Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Franzin <[email protected]>
  • Loading branch information
tsrandrei and ximes committed Jun 14, 2024
1 parent 7499930 commit 4b1256b
Show file tree
Hide file tree
Showing 16 changed files with 697 additions and 14 deletions.
6 changes: 3 additions & 3 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Keep in sync with .circleci/config.yml

# https://github.com/erlang/otp/tags
erlang_version=25.1.2
erlang_version=27.0

# https://github.com/elixir-lang/elixir/tags
elixir_version=1.14.1
elixir_version=1.17.0

# https://hub.docker.com/r/hexpm/elixir/tags: find a version supporting the combination above
alpine_version=3.17.0
alpine_version=3.18.6

always_build_deps=false
config_vars_to_export=(SECRET_KEY_BASE AUTH_KEY)
4 changes: 2 additions & 2 deletions lib/ex_gridhook_web.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule ExGridhookWeb do
quote do
use Phoenix.Controller,
formats: [:html, :json],
layouts: [html: ExGridWeb.Layouts],
layouts: [html: ExGridhookWeb.Layouts],
namespace: ExGridhookWeb

import Plug.Conn
Expand Down Expand Up @@ -87,7 +87,7 @@ defmodule ExGridhookWeb do
# HTML escaping functionality
import Phoenix.HTML
# Core UI components and translation
# import ExGridhookWeb.CoreComponents
import ExGridhookWeb.CoreComponents
import ExGridhookWeb.Gettext

# Shortcut for generating JS commands
Expand Down
Loading

0 comments on commit 4b1256b

Please sign in to comment.