We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b493b commit 91247faCopy full SHA for 91247fa
1 file changed
cms/templates/studio_xblock_wrapper.html
@@ -211,13 +211,12 @@
211
<span data-tooltip="${_('Drag to reorder')}" class="drag-handle action"></span>
212
</li>
213
% endif
214
- % if not show_inline:
215
- <li class="action-item action-edit action-edit-view-only">
216
- <a href="#" class="edit-button action-button">
217
- <span class="action-button-text">${_("Details")}</span>
218
- </a>
219
- </li>
220
- % endif
+ % elif not show_inline:
+ <li class="action-item action-edit action-edit-view-only">
+ <a href="#" class="edit-button action-button">
+ <span class="action-button-text">${_("Details")}</span>
+ </a>
+ </li>
221
222
223
</ul>
0 commit comments