Skip to content
Snippets Groups Projects
Commit 79a79fd2 authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix short uri page not displaying the box thing properly.

Horrible hack that works for now. To be gotten rid of in redesign.
parent 0758bd46
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $this->append('extra_scripts', $script);
<div class="box" style="width: 80%; margin: auto;">
<div class="boxhead"><h2>Create a ShortURI</h2></div>
<div class="boxcontent">
<div class="boxcontent" style="height: 69px;">
<form class="admin" action="{$path}" method="POST">
<div class="row">
<label for="uri">URI</label>
......@@ -31,4 +31,4 @@ $this->append('extra_scripts', $script);
</div>
{/if}
{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment