mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
recipe step sidebar no name
This commit is contained in:
@@ -379,7 +379,10 @@
|
||||
<i class="fas fa-clock fa-fw" v-if="step.type == 'TIME'"></i>
|
||||
</div>
|
||||
<div class="flex-fill" style="padding-left: 4px">
|
||||
<a href="#" v-scroll-to="'#id_step_' + step_index">[[step.name]]</a>
|
||||
<a href="#" v-scroll-to="'#id_step_' + step_index">
|
||||
<template v-if="step.name">[[step.name]]</template>
|
||||
<template v-else>{% trans 'Step' %} [[step_index + 1]]</template>
|
||||
</a>
|
||||
</div>
|
||||
<div class="handle flex-grow-0 align-content-end">
|
||||
<i class="fas fa-sort "></i>
|
||||
|
||||
Reference in New Issue
Block a user