This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Compass
mirror of
https://github.com/aaronpk/Compass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Need to make action a GET not a POST
pull/14/head
Eddie Hinkle
7 years ago
parent
7536c355a2
commit
d3bd268009
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compass/resources/views/settings.blade.php
+ 1
- 1
compass/resources/views/settings.blade.php
View File
@ -98,7 +98,7 @@
<
button
type
=
"
submit
"
class
=
"
ui button primary
"
>
Connect
</
button
>
</
form
>
@
else
<
form
action
=
"
/settings/
{
{
$database->name
}}/auth/remove
"
method
=
"
pos
t
"
class
=
"
ui form
"
>
<
form
action
=
"
/settings/
{
{
$database->name
}}/auth/remove
"
method
=
"
ge
t
"
class
=
"
ui form
"
>
<
div
class
=
"
field
"
>
<
p
>
You
are
currently
posting
to
<
strong
>
{{
$database
->
micropub_endpoint
}}
</
strong
>.
Any
trips
that
are
written
to
this
database
will
be
sent
to
that
endpoint
as
well
.</
p
>
</
div
>
Write
Preview
Loading…
Cancel
Save