Update volume controller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user