diff --git a/resources/views/micropub/config.blade.php b/resources/views/micropub/config.blade.php index 8ad97248..fd06d71e 100644 --- a/resources/views/micropub/config.blade.php +++ b/resources/views/micropub/config.blade.php @@ -9,6 +9,8 @@ Micropub Config «
Me (your url)
{{ $data['me'] }}
Token
{{ $data['token'] }}
-
Syndication Targets
{{ $data['syndication'] }}
+
Syndication Targets
+
Media Endpoint
{{ $data['media-endpoint'] }}
+

Re-query the endpoint.

@stop diff --git a/resources/views/templates/new-note-form.blade.php b/resources/views/templates/new-note-form.blade.php index 50267cf9..10066955 100644 --- a/resources/views/templates/new-note-form.blade.php +++ b/resources/views/templates/new-note-form.blade.php @@ -22,7 +22,7 @@ @if($syndication)
-
@endif -
- Refresh Syndication Targets -
+ @if($mediaURLs) + + Clear media + @endif @endif +@if(!$mediaEndpoint)
+@endif
+
+ + +@endif