Provide empty response on 204

This commit is contained in:
Omar Roth 2019-05-27 08:35:04 -05:00
parent 2933093e17
commit 29e9e0f2cc
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
2 changed files with 5 additions and 1 deletions

View file

@ -39,7 +39,7 @@
<div class="pure-u-1">
<ul>
<% scopes.each do |scope| %>
<li><%= scope %></li>
<li><%= HTML.escape(scope) %></li>
<% end %>
</ul>
</div>