Update volume controller

This commit is contained in:
Youngkyun Kim
2016-08-27 07:50:36 -04:00
parent 6bebf599ce
commit 8fe78e8384
11 changed files with 31 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Volume Info </h3>
<h3>Volume</h3>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
@@ -84,7 +84,8 @@
</thead>
<tbody>
<%@files.each do |t|%>
<%f = t["files"]%>
<%f.each do |t|%>
<tr>
<td><%=t["name"]%></td>
<td><%=t["auth"][0]%></td>
@@ -156,4 +157,4 @@
});
});
TableManageButtons.init();
</script>
</script>