1.0.0 upd view for my_routes
This commit is contained in:
@@ -89,14 +89,22 @@
|
||||
<div class="clear_both"></div>
|
||||
</a>
|
||||
|
||||
<div class="button_edit_route">
|
||||
<div class="button_raise_route">
|
||||
<button onclick="editRoute({{ route.id }})"
|
||||
id="edit_route">
|
||||
{% translate "Редактировать" %}
|
||||
id="raise_route">
|
||||
{% translate "Увеличить просмотры" %}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="button_remove_route">
|
||||
<button
|
||||
onclick="editRoute({{ route.id }})"
|
||||
class="edit_route"
|
||||
id="edit_route_{{ route.id }}">
|
||||
{% translate "Редактировать" %}
|
||||
</button>
|
||||
<button
|
||||
onclick="confirmRemove(this, {{ route.id }})"
|
||||
class="remove_route"
|
||||
|
||||
Reference in New Issue
Block a user