4 changed files with 17 additions and 20 deletions
@ -0,0 +1,9 @@ |
|||
<%= erb :asideImage %> |
|||
<%= erb :asideFolderBox %> |
|||
<%= erb :asideListButtons %> |
|||
<div class="center"> |
|||
<a href="https://git.broken-moon.net" target="_blank"><img class="asidebottomimage" src="/images/git.gif" alt="Git Server"></a> |
|||
</div> |
|||
<% time = Time.now.getlocal('+01:00') %> |
|||
<div class="center">@<%= ((time.sec + ( time.min * 60 ) + (time.hour * 60 * 60 )) / 86.4).floor %> |
|||
</div> |
Loading…
Reference in new issue