(refs #13)New file icon

This commit is contained in:
takezoe
2014-04-29 02:41:19 +09:00
parent 5609507991
commit 3cae337487
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<a href="@url(repository)/tree/@encodeRefName(branch)/@pathList.take(i + 1).mkString("/")">@section</a> / <a href="@url(repository)/tree/@encodeRefName(branch)/@pathList.take(i + 1).mkString("/")">@section</a> /
} }
@if(hasWritePermission){ @if(hasWritePermission){
<a href="@url(repository)/new/@encodeRefName(branch)/@pathList.mkString("/")">+</a> <a href="@url(repository)/new/@encodeRefName(branch)/@pathList.mkString("/")"><img src="@assets/common/images/newfile.png"/></a>
} }
</div> </div>
<div class="box"> <div class="box">

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B