File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 99 <% if snippet . private? %>
1010 < img class ="margin-right--tiny " data-checkbox-target ="icon " title ="This snippet is only visible to you " src ="/icons/lock-closed.svg " width ="16 ">
1111 <% end %>
12- <% if folder %>
13- < div class ="folder-tag ">
14- < img src ="/icons/white/folder.svg " width ="12 ">
15- < span class ="block margin-left--tiny "> <%= folder . name %> </ span >
16- </ div >
17- <% end %>
12+ < div class ="rounded-md bg-gray-200 px-2 py-1 text-gray-500 ">
13+ < span class ="block text-xs "> <%= snippet . language . name %> </ span >
14+ </ div >
1815 <% if @display_popover %>
1916 <%= render partial : 'shared/popover_trigger' , locals : { popover_path : popover_snippet_path ( snippet ) } %>
2017 <% end %>
Original file line number Diff line number Diff line change 88 <% if snippet . private? %>
99 < img class ="margin-right--tiny " title ="This snippet is only visible to you " data-checkbox-target ="icon " src ="/icons/lock-closed.svg " width ="16 ">
1010 <% end %>
11- < div class ="folder-tag ">
12- < span class ="block "> <%= snippet . language . name %> </ span >
11+ < div class ="rounded-md bg-gray-200 px-2 py-1 text-gray-500 ">
12+ < span class ="block text-xs "> <%= snippet . language . name %> </ span >
1313 </ div >
1414 <% if @display_popover %>
1515 <%= render partial : 'shared/popover_trigger' , locals : { popover_path : popover_snippet_path ( snippet ) } %>
You can’t perform that action at this time.
0 commit comments