Skip to content

Commit 037ce64

Browse files
committed
Format template
1 parent 9189100 commit 037ce64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/views/articles/_form.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,12 @@ class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:t
130130
</span>
131131
@endif
132132
</div>
133+
133134
@unless (Auth::user()->twitter())
134135
<span class="text-gray-600 text-sm mt-4 block">
135-
Articles will be shared on Twitter. <a href="{{ route('settings.profile') }}" class="text-green-darker">Add your Twitter handle</a> and we'll include that too.
136+
Articles will be shared on Twitter.
137+
<a href="{{ route('settings.profile') }}" class="text-green-darker">Add your Twitter handle</a>
138+
and we'll include that too.
136139
</span>
137140
@endunless
138141
</div>

0 commit comments

Comments
 (0)