Rename some templates and convert remaining js to hyperscript
This commit is contained in:
5
templates/users_and_workouts_list.html
Normal file
5
templates/users_and_workouts_list.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% for u in users %}
|
||||
{{ render_partial('workouts_list.html', user=u, workouts=u.workouts, bikes=bikes) }}
|
||||
{% endfor %}
|
||||
|
||||
{{ render_partial('users.html', users=users, bikes=bikes) }}
|
||||
Reference in New Issue
Block a user