Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][FIX] website_snippet_big_button: default links #1008

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions website_snippet_big_button/templates/snippets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@
<div class="container">
<div class="row mt16 mb16">
<div class="text-center col-sm-6 offset-lg-2 col-lg-4 pb8">
<a
href="/contactus"
class="btn btn-success btn-lg font-weight-bold"
>
<a href="#" class="btn btn-success btn-lg font-weight-bold">
<span class="h3 d-block">I want this</span>
<i class="fa fa-thumbs-o-up fa-5x mt16 mb16" />
<span class="d-block">Request budget</span>
</a>
</div>
<div class="text-center col-sm-6 col-lg-4 pb8">
<a href="/" class="btn btn-danger btn-lg font-weight-bold">
<a href="#" class="btn btn-danger btn-lg font-weight-bold">
<span class="h3 d-block">I want another thing</span>
<i class="fa fa-thumbs-o-down fa-5x mt16 mb16" />
<span class="d-block">Continue searching</span>
Expand Down
Loading