We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad744db commit e8d3a4eCopy full SHA for e8d3a4e
resources/views/studio/links.blade.php
@@ -87,8 +87,10 @@
87
88
{{strip_tags($link->title,'')}}</span>
89
90
- @if(!empty($link->link))
+ @if(!empty($link->link) and $button->name != "vcard")
91
<br /><a title='{{$link->link}}' href="{{ $link->link}}" target="_blank" class="ml-4 text-muted small">{{Str::limit($link->link, 75 )}}</a>
92
+ @elseif(!empty($link->link) and $button->name == "vcard")
93
+ <br /><a href="{{ url('vcard/'.$link->id) }}" target="_blank" class="ml-4 text-muted small">Download</a>
94
95
@endif
96
0 commit comments