dikaio
10/23/2015 - 7:30 AM

app.html.eex

defmodule Nyebc.SharedView do
  use Nyebc.Web, :view
end
<img class="logo" alt="logo" src="<%= static_path(Nyebc.Endpoint, "/images/logo-light.png") %>" />
<%= render Nyebc.SharedView, "footer.html" %>