Remove precompiled javascript #55

Merged
floatingghost merged 18 commits from remove-precompiled-js into develop 2022-07-08 13:03:20 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 87e28b1c19 - Show all commits

View file

@ -0,0 +1,6 @@
<div style="margin-left:12px; margin-right:12px">
<p>Welcome to <a href="https://akkoma.dev" target="_blank">Akkoma</a>!</p>
<a href="/about">About this instance</a>
<hr />
</div>

View file

@ -7,7 +7,7 @@ defmodule Pleroma.Web.AdminAPI.InstanceDocumentControllerTest do
import Pleroma.Factory
@dir "test/tmp/instance_static"
@default_instance_panel ~s(<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>)
@default_instance_panel ~s(<p>Welcome to <a href="https://akkoma.dev" target="_blank">Akkoma</a>!</p>)
setup do
File.mkdir_p!(@dir)