Merge pull request #50 from ptman/master

Fix inconsistency
This commit is contained in:
Henrique Dias 2016-11-15 10:51:19 +00:00 committed by GitHub
commit af28cf0bc9

View File

@ -41,7 +41,7 @@
<input id="newdir" type="text" placeholder="Name. End with a trailing slash to create a dir.">
<div class="floating">
<div class="action" id="new">
<i class="material-icons" title="New file or directory. If you don't write an extension, a directory will be created.">add</i>
<i class="material-icons" title="New file or directory. End name with a trailing slash to create a directory.">add</i>
</div>
</div>
{{ end }}