File tree Expand file tree Collapse file tree 2 files changed +2
-38
lines changed
elixir/gsmlg_umbrella/apps
gsmlg_web/lib/gsmlg_web/templates/page Expand file tree Collapse file tree 2 files changed +2
-38
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ defmodule GSMLG.MixProject do
24
24
def application do
25
25
[
26
26
mod: { GSMLG.Application , [ ] } ,
27
- extra_applications: [ :logger , :runtime_tools ]
27
+ extra_applications: [ :logger , :runtime_tools , :os_mon ]
28
28
]
29
29
end
30
30
Original file line number Diff line number Diff line change 1
1
< section class = "phx-hero " >
2
- < h1 > <%= gettext "Welcome to %{name}!" , name: "Phoenix " %> </ h1 >
2
+ < h1 > <%= gettext "Welcome to %{name}!" , name: "GSMLG " %> </ h1 >
3
3
< p > Peace of mind from prototype to production</ p >
4
4
</ section >
5
5
6
- < section class = "row " >
7
- < article class = "column " >
8
- < h2 > Resources</ h2 >
9
- < ul >
10
- < li >
11
- < a href = "https://hexdocs.pm/phoenix/overview.html " > Guides & Docs</ a >
12
- </ li >
13
- < li >
14
- < a href = "https://github.com/phoenixframework/phoenix " > Source</ a >
15
- </ li >
16
- < li >
17
- < a href = "https://github.com/phoenixframework/phoenix/blob/v1.6/CHANGELOG.md " > v1.6 Changelog</ a >
18
- </ li >
19
- </ ul >
20
- </ article >
21
- < article class = "column " >
22
- < h2 > Help</ h2 >
23
- < ul >
24
- < li >
25
- < a href = "https://elixirforum.com/c/phoenix-forum " > Forum</ a >
26
- </ li >
27
- < li >
28
- < a href = "https://web.libera.chat/#elixir " > #elixir on Libera Chat (IRC)</ a >
29
- </ li >
30
- < li >
31
- < a href = "https://twitter.com/elixirphoenix " > Twitter @elixirphoenix</ a >
32
- </ li >
33
- < li >
34
- < a href = "https://elixir-slackin.herokuapp.com/ " > Elixir on Slack</ a >
35
- </ li >
36
- < li >
37
- < a href = "https://discord.gg/elixir " > Elixir on Discord</ a >
38
- </ li >
39
- </ ul >
40
- </ article >
41
- </ section >
You can’t perform that action at this time.
0 commit comments