Skip to content
Snippets Groups Projects
Commit 4db1fa04 authored by Brian Wood's avatar Brian Wood
Browse files

removed summary from library list (master page)

parent 6a885199
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
<thead> <thead>
<tr> <tr>
<td>Library</td> <td>Library</td>
<td>Summary</td>
<td>Movie Count</td> <td>Movie Count</td>
<td>Options</td> <td>Options</td>
</tr> </tr>
...@@ -24,9 +23,6 @@ ...@@ -24,9 +23,6 @@
<td> <td>
<a href="#">{{ library.name }}</a> <a href="#">{{ library.name }}</a>
</td> </td>
<td>
{{ library.summary }}
</td>
<td> <td>
{{ library.collection|length }} {{ library.collection|length }}
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment