Make many of the improvements suggested in review.

This commit is contained in:
Phil Hagelberg 2019-11-04 22:02:10 -08:00
commit 8969c5522d
6 changed files with 25 additions and 20 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
<title>
<%= Application.get_env(:pleroma, :instance)[:name] %>
<%= Pleroma.Config.get([:instance, :name]) %>
</title>
<link rel="stylesheet" href="/static/static-fe.css">
</head>

View file

@ -1,5 +1,5 @@
<header>
<h1><%= link @instance_name, to: "/" %></h1>
<h1><%= link instance_name(), to: "/" %></h1>
</header>
<main>

View file

@ -1,5 +1,5 @@
<header>
<h1><%= link @instance_name, to: "/" %></h1>
<h1><%= link instance_name(), to: "/" %></h1>
<h3>
<form class="pull-right collapse" method="POST" action="<%= Helpers.util_path(@conn, :remote_subscribe) %>">