<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Imran Hussain pushed to branch sucs-site at <a href="https://projects.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/79a79fd22e4282082d81c198bf79f1ec9461f2c0">79a79fd2</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-09-25T15:58:14Z</i>
</div>
<pre class='commit-message'>Fix short uri page not displaying the box thing properly.

Horrible hack that works for now. To be gotten rid of in redesign.</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/af3d9f58620ad5bb42167fc154a6bb28cf72c78b">af3d9f58</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-09-25T16:07:52Z</i>
</div>
<pre class='commit-message'>Merge branch 'master' into 'beta'

Fix short uri page not displaying the box thing properly.

Horrible hack that works for now. To be gotten rid of in redesign.

See merge request !16</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/47149d303a092941bf2e1c2e1740a4ad653decba">47149d30</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-09-25T16:10:36Z</i>
</div>
<pre class='commit-message'>Merge branch 'beta' into 'sucs-site'

Push shirturi box thing fix to live

werks fine in beta

See merge request !17</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
templates/uri.tpl
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/compare/815e7049323d1e189ac4cf1d86e58bb915554230...47149d303a092941bf2e1c2e1740a4ad653decba#diff-0'>
<strong>
templates/uri.tpl
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/templates/uri.tpl
</span><span style="color: #000000;background-color: #ddffdd">+++ b/templates/uri.tpl
</span><span style="color: #aaaaaa">@@ -13,7 +13,7 @@ $this->append('extra_scripts', $script);
</span> 
 <div class="box" style="width: 80%; margin: auto;">
 <div class="boxhead"><h2>Create a ShortURI</h2></div>
-<div class="boxcontent">
<span style="color: #000000;background-color: #ddffdd">+<div class="boxcontent" style="height: 69px;">
</span> <form class="admin" action="{$path}" method="POST">
         <div class="row">
                 <label for="uri">URI</label>
<span style="color: #aaaaaa">@@ -31,4 +31,4 @@ $this->append('extra_scripts', $script);
</span> </div>
 {/if}
 
-{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
<span style="color: #000000;background-color: #ddffdd">+{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
</span>\ No newline at end of file
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/compare/815e7049323d1e189ac4cf1d86e58bb915554230...47149d303a092941bf2e1c2e1740a4ad653decba">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://projects.sucs.org/sucssite/sucs-site/compare/815e7049323d1e189ac4cf1d86e58bb915554230...47149d303a092941bf2e1c2e1740a4ad653decba"}}</script>
</p>
</div>
</body>
</html>