My websites

+ Add a website
<%= for site <- @sites do %>

<%= site.domain %>

<%= link(to: "/#{URI.encode_www_form(site.domain)}/settings", class: "flex absolute hover:bg-gray-100 transition rounded py-2 px-5", style: "top: 12px; right: 6px;") do %>

Settings

<% end %>
<% end %>