Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
suazi committed Jun 20, 2019
1 parent 381e447 commit 29e02a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ config :phoenix, :plug_init_mode, :runtime
# Configure your database
config :barcamp, Barcamp.Repo,
database: "barcamp_dev",
username: "postgres",
# username: "postgres",
hostname: "localhost",
pool_size: 10
1 change: 0 additions & 1 deletion lib/barcamp_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<h1 class="font-weight-bold mb-3 text-uppercase"><%= gettext("Get in touch with us!") %></h1>
<div class="mb-3 text-uppercase">40 <%= gettext("Marshal") %> <span class="text-nowrap"><%= gettext("Baghramyan Ave") %>,</span> <span class="text-nowrap"><%= gettext("Yerevan") %> 0019</span></div>
<div class="mb-3 text-uppercase" ><a href="mailto:[email protected]">[email protected]</a></div>
<div class="mb-3 text-uppercase" ><%= gettext("Made with 💘, by") %> <a target="_blank" href="https://illuriasecurity.com/">[email protected]</a></div>
<div><%= html_escape("<a href=\"") %><a target="_blank" href="https://github.com/barcampam/barcampam_website"><%= gettext("view source") %></a><%= html_escape("\"></a>") %></div>
</div>

Expand Down

0 comments on commit 29e02a6

Please sign in to comment.