Skip to content

Commit

Permalink
Merge branch 'overint-addshortlinks'
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Sep 18, 2016
2 parents a164c48 + c604ab5 commit 3c5cc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/snippets/link_table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<tr>
<td>
@if (!empty($link->secret_key))
{{$link->short_url}}/{{$link->secret_key}}
<a href="{{ url($link->short_url . '/' . $link->secret_key) }}">{{$link->short_url}}/{{$link->secret_key}}</a>
@else
{{$link->short_url}}
<a href="{{ url($link->short_url) }}">{{$link->short_url}}</a>
@endif

</td>
Expand Down

0 comments on commit 3c5cc16

Please sign in to comment.