Skip to content

Commit 53c5fb6

Browse files
committed
Update add-link.blade.php
Added 'see all links' button
1 parent b7a5a0a commit 53c5fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/add-link.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<br>
2525
<label>* Required fields</label><br>
2626
</div>
27-
<button type="submit" class="mt-3 ml-3 btn btn-info">Submit</button>
27+
<div class="row"><button type="submit" class="mt-3 ml-3 btn btn-info">Submit</button><a style="color:white;background-color:#f8b739;" class="mt-3 ml-3 btn" href="{{ url('/studio/links') }}">See all links</a></div>
2828
</form>
2929

3030
<br><br><details>

0 commit comments

Comments
 (0)