<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 master 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>
</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/commit/79a79fd22e4282082d81c198bf79f1ec9461f2c0#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/commit/79a79fd22e4282082d81c198bf79f1ec9461f2c0">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://projects.sucs.org/sucssite/sucs-site/commit/79a79fd22e4282082d81c198bf79f1ec9461f2c0"}}</script>
</p>
</div>
</body>
</html>