(refs #13)File editing (add, edit and delete) in repository viewer is available.

This commit is contained in:
takezoe
2014-04-27 02:02:36 +09:00
parent 0e5591017a
commit a97edb7ef5
6 changed files with 311 additions and 153 deletions

View File

@@ -19,6 +19,8 @@
@pathList.zipWithIndex.map { case (section, i) =>
<a href="@url(repository)/tree/@encodeRefName(branch)/@pathList.take(i + 1).mkString("/")">@section</a> /
}
<!-- TODO Add new file icon for committers -->
<a href="@url(repository)/new/@encodeRefName(branch)/@pathList.mkString("/")">+</a>
</div>
<div class="box">
<table class="table table-file-list" style="border: 1px solid silver;">