Skip to content
Snippets Groups Projects
Commit a06ff3dc authored by Phil Höfer's avatar Phil Höfer
Browse files

spenden- und pluginlinks sind jetzt buttons

parent 175edd0a
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -183,14 +183,14 @@ ...@@ -183,14 +183,14 @@
</fieldset> </fieldset>
<ul class="list-inline"> <ul class="list-inline">
<li> <li>
<a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" id="foerdershops">{{ trans('index.conveyor') }} <a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" id="foerdershops" class="btn btn-default">{{ trans('index.conveyor') }}
</a> </a>
</li> </li>
<li class="hidden-xs seperator">| <li class="hidden-xs seperator">|
</li> </li>
<li id="plug" @unless ($browser === 'Firefox' || $browser === 'Mozilla' || $browser === 'Chrome' || $browser === 'Opera' || $browser === 'IE' || $browser === 'Edge') <li id="plug" @unless ($browser === 'Firefox' || $browser === 'Mozilla' || $browser === 'Chrome' || $browser === 'Opera' || $browser === 'IE' || $browser === 'Edge')
class="hidden" @endunless > class="hidden" @endunless >
<a href="#" id="plugin" data-toggle="modal" data-target="#plugin-modal">{{ trans('index.plugin') }}</a> <a href="#" id="plugin" data-toggle="modal" data-target="#plugin-modal" class="btn btn-default">{{ trans('index.plugin') }}</a>
</li> </li>
</ul> </ul>
</figure> </figure>
...@@ -229,4 +229,4 @@ ...@@ -229,4 +229,4 @@
</div> </div>
</div> </div>
</section> </section>
@endsection @endsection
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment