Skip to content

Commit

Permalink
fix spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jul 31, 2016
1 parent 1c3a1d2 commit d7e808c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
<ul class="nav navbar-nav">
<li><a href="{{.dir}}">{{.dir}}</a></li>
<!-- <li><a href="{{.dir}}">{{.dir}}</a></li> -->
</ul>
<form class="navbar-form navbar-right">
<div class="input-group">
Expand Down Expand Up @@ -62,8 +62,8 @@
</ol>
<table class="table table-hover">
<thead>
<tr colspan=3>
<td>
<tr>
<td colspan=3>
<button class="btn btn-xs btn-default" v-on:click='toggleHidden()'>
Show hidden <i class="fa" v-bind:class='showHidden ? "fa-eye" : "fa-eye-slash"'></i>
</button>
Expand Down Expand Up @@ -91,7 +91,7 @@
<td style="text-align: left">
<template v-if="f.type == 'dir'">
<a class="btn btn-default btn-xs" href="/-/zip/{{f.path}}">
Archieve Zip
<span class="hidden-xs">Archive</span> Zip
<span class="glyphicon glyphicon-download-alt"></span>
</a>
</template>
Expand Down

0 comments on commit d7e808c

Please sign in to comment.