diff --git a/resources/views/pages/platforms/index.blade.php b/resources/views/pages/platforms/index.blade.php
index eaf71ca..83227b8 100644
--- a/resources/views/pages/platforms/index.blade.php
+++ b/resources/views/pages/platforms/index.blade.php
@@ -5,7 +5,7 @@
@section('content')
-
+
No platform accounts configured
Add your first platform account to start posting articles
-
+
Add Platform Account
- platform === 'lemmy' ? 'text-orange-500' :
- ($account->platform === 'mastodon' ? 'text-purple-500' : 'text-red-500') }}">
+ ($account->platform === 'mastodon' ? 'text-purple-500' : 'text-red-500') }}" />
{{ $account->platform }}
@if($account->is_active)
@@ -74,13 +74,13 @@
@endif
- Edit
+ Edit
diff --git a/resources/views/pages/routing/create.blade.php b/resources/views/pages/routing/create.blade.php
index 9234e02..2e44ac7 100644
--- a/resources/views/pages/routing/create.blade.php
+++ b/resources/views/pages/routing/create.blade.php
@@ -133,7 +133,7 @@ class="mt-1 block w-full border-gray-300 rounded-md shadow-sm focus:ring-indigo-
-
+
Prerequisites Missing
diff --git a/resources/views/pages/routing/edit.blade.php b/resources/views/pages/routing/edit.blade.php
index b16ad4d..65a2b79 100644
--- a/resources/views/pages/routing/edit.blade.php
+++ b/resources/views/pages/routing/edit.blade.php
@@ -24,9 +24,9 @@
Feed:
@if($feed->type === 'rss')
-
+
@else
-
+
@endif
{{ $feed->name }}
@@ -34,7 +34,7 @@
Channel:
-
+
{{ $channel->name }}
({{ $channel->platformInstance->name }})
@@ -87,7 +87,7 @@ class="mt-1 block w-full border-gray-300 rounded-md shadow-sm focus:ring-indigo-
-
+
Filter Examples
diff --git a/resources/views/pages/routing/index.blade.php b/resources/views/pages/routing/index.blade.php
index 768c769..33de8e1 100644
--- a/resources/views/pages/routing/index.blade.php
+++ b/resources/views/pages/routing/index.blade.php
@@ -32,9 +32,9 @@
@if($feed->type === 'rss')
-
+
@else
-
+
@endif
{{ $feed->name }}
@@ -45,7 +45,7 @@
@foreach($feed->channels as $channel)
-
+
{{ $channel->name }}
({{ $channel->platformInstance->name }})
@if(!$channel->pivot->is_active)
@@ -98,7 +98,7 @@
@if($channel->feeds->count() > 0)
-
+
{{ $channel->name }}
({{ $channel->platformInstance->name }})
@@ -110,9 +110,9 @@
@if($feed->type === 'rss')
-
+
@else
-
+
@endif
{{ $feed->name }}
@if(!$feed->pivot->is_active)
@@ -138,7 +138,7 @@
@if($feeds->where('channels')->isEmpty() && $channels->where('feeds')->isEmpty())
|