Skip to content

Commit

Permalink
Fix broken lock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz authored Oct 7, 2024
1 parent ad51a8e commit 1ea244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/next_activity_button.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{{#is_restricted}}
<span>{{#str}}next{{/str}}: </span>
<button type="button" class="btn btn-dark btn-secondary btn-default" data-container="body" data-toggle="popover" data-html="true" data-placement="left" data-content="{{availability_info}}" {{#availability_title}}title="{{availability_title}}"{{/availability_title}}>
{{#pix}}i/lock, mod_videotime{{/pix}}
{{#pix}}i/lock, core{{/pix}}
{{nextcm_name}}
</button>
{{/is_restricted}}
Expand Down

0 comments on commit 1ea244f

Please sign in to comment.