Skip to content

Commit

Permalink
format args in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
FeLvi-zzz authored and PatrickTulskie committed Jul 27, 2023
1 parent 7623b8d commit ae3fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/server/views/working.erb
Expand Up @@ -21,7 +21,7 @@
<td>
<code><%= payload.key?('class') ? payload['class'] : "—" %></code>
</td>
<td><%=h payload.key?('args') ? payload['args'].inspect : "—" %></td>
<td><pre><%=h payload.key?('args') ? show_args(payload['args']) : "—" %></pre></td>
</tr>
</table>

Expand Down

0 comments on commit ae3fe72

Please sign in to comment.