planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

commit 911edfa02ea1712085dc285a4263d147ab8177a9
parent d0e5b5fe675421ad6be473bad4a76db692f2cf5b
Author: St John Karp <stjohn@fuzzjunket.com>
Date:   Sun,  9 Sep 2018 21:03:10 -0700

Tidy old link for posting a new status

Tidied up this link to point to the newer submission page
and to use a generated link.

Diffstat:
Mresources/views/home_timeline.blade.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/home_timeline.blade.php b/resources/views/home_timeline.blade.php @@ -15,7 +15,7 @@ @component('navigation') @endcomponent - <form method="post" action="/timeline/home"> + <form method="post" action="{{ route('post_status') }}"> <input type="text" name="spoiler_text" placeholder="Spoiler/Warning" /> <textarea rows="4" name="status" placeholder="Status" required autofocus></textarea> <input type="submit" value="Post" />