We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b81614 commit 1644511Copy full SHA for 1644511
app/views/snippets/_snippet.html.erb
@@ -7,7 +7,7 @@
7
<div style="display: flex; flex-direction: column;">
8
<div style="display: flex; justify-content: flex-end; margin-bottom: 8px; align-items: center;">
9
<% if snippet.private? %>
10
- <img class="margin-right--tiny" data-checkbox-target="icon" title="This snippet is only visible to you" src="/icons/lock-closed.svg" width="16">
+ <%= render partial: 'shared/icons/lock_closed', locals: { height: 4, width: 4, color: 'text-yellow-500 mr-1' } %>
11
<% end %>
12
<div class="rounded-sm bg-gray-100 px-2 py-1 text-gray-500">
13
<span class="block text-xs"><%= snippet.language.name %></span>
0 commit comments