Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-10-26 23:30:41 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-10-26 23:30:41 +0300
commit90e24195ee37409b95556f69a3c1ff1b57685b24 (patch)
treef9c74784c586d078a2b83b64067ceab4c9891eff /resources
parent3a8ce1d0eca281a8f765612ded993e860792e220 (diff)
Change button class to be more general
Diffstat (limited to 'resources')
-rw-r--r--resources/views/shorten_result.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/shorten_result.blade.php b/resources/views/shorten_result.blade.php
index 4098acd..ae16c32 100644
--- a/resources/views/shorten_result.blade.php
+++ b/resources/views/shorten_result.blade.php
@@ -7,8 +7,8 @@
@section('content')
<h3>Shortened URL</h3>
<input type='text' class='result-box form-control' value='{{$short_url}}' />
-<a id="generate-qr-code" class='btn btn-primary back-btn'>Generate QR Code</a>
-<a href='{{route('index')}}' class='btn btn-info back-btn'>Shorten another</a>
+<a id="generate-qr-code" class='btn btn-primary'>Generate QR Code</a>
+<a href='{{route('index')}}' class='btn btn-info'>Shorten another</a>
<div class="qr-code-container"></div>