Handling the progress sent from the frontend to the controller.
This commit is contained in:
@@ -56,7 +56,11 @@
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>Progress</th>
|
||||
<td><progresseditor :read-pages="{{ progress_pages }}" :total-pages="{{ book.pages }}"></progresseditor></td>
|
||||
<td>
|
||||
<progresseditor :book-id="{{ book.id }}"
|
||||
:read-pages="{{ progress_pages }}"
|
||||
:total-pages="{{ book.pages }}"></progresseditor>
|
||||
</td>
|
||||
<th>Pages</th>
|
||||
<td>{{ book.pages }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user