<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/a3bf305c2ea82b46009e55f6d70d316227ba53a5">a3bf305c</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-12-01T13:57:30Z</i>
</div>
<pre class='commit-message'>Fix #23: Remove create, edit, and delete buttons from static pages.

If you want to add, modify, or delete content from the site, use the git.
Either commit directly to master or make an MR if you can't commit.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
templates/index.tpl
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/commit/a3bf305c2ea82b46009e55f6d70d316227ba53a5#diff-0'>
<strong>
templates/index.tpl
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/templates/index.tpl
</span><span style="color: #000000;background-color: #ddffdd">+++ b/templates/index.tpl
</span><span style="color: #aaaaaa">@@ -5,19 +5,19 @@
</span>     <div id="primaryC">
         {$body}
 
<span style="color: #000000;background-color: #ffdddd">-        {if $creatable}
</span><span style="color: #000000;background-color: #ddffdd">+        {* {if $creatable}
</span>             <p>You can <a href="?action=create">create</a> this page though.</p>
<span style="color: #000000;background-color: #ffdddd">-        {/if}
</span><span style="color: #000000;background-color: #ddffdd">+        {/if} *}
</span> 
         {if $modified}
             <div class="edit">
<span style="color: #000000;background-color: #ffdddd">-                {if $editable}
</span><span style="color: #000000;background-color: #ddffdd">+                {* {if $editable}
</span>                     <ul>
                         <li><a href="?action=delete-query">Delete</a></li>
                         <li><a href="?action=edit">Edit</a></li>
                     </ul>
                     <div class="clear"></div>
<span style="color: #000000;background-color: #ffdddd">-                {/if}
</span><span style="color: #000000;background-color: #ddffdd">+                {/if} *}
</span>                 Page last modified{if $modifiedby} by <a
                 href="{$baseurl}/Community/Members/{$modifiedby}">{$modifiedby}</a>{/if} on {$modified}
             </div>
</code></pre>

<br>
</li>

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

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/commit/a3bf305c2ea82b46009e55f6d70d316227ba53a5">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://projects.sucs.org/">projects.sucs.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<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/a3bf305c2ea82b46009e55f6d70d316227ba53a5"}}</script>
</p>
</div>
</body>
</html>