PHP Classes

File: resources/views/stats/link/header.blade.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Polr Admin Dashboard   resources/views/stats/link/header.blade.php   Download  
File: resources/views/stats/link/header.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Polr Admin Dashboard
Another admin dashboard for the Polr URL shortener
Author: By
Last change: Merge branch 'master' into extension
Date: 6 years ago
Size: 832 bytes
 

Contents

Class file image Download
<p>
                            <b>Short Link: </b>
                            <a target="_blank" href="{{ $endpoint->url }}/{{ $link->short_url }}">
                                {{ $endpoint->url }}/{{ $link->short_url }}
                            </a>
                        </p>
                        <p>
                            <b>Long Link: </b>
                            <a target="_blank" href="{{ $link->long_url }}">{{ str_limit($link->long_url, 50) }}</a>
                        </p>
                        {{-- <p>
                            <em>Tip: Clear the right date bound (bottom box) to set it to the current date and time. New
                            clicks will not show unless the right date bound is set to the current time.</em>
                        </p> --}}