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 ebaa7b6 commit 2eb7951Copy full SHA for 2eb7951
app/views/commits/index.html.erb
@@ -53,7 +53,11 @@ limitations under the License.
53
</td>
54
<td><%= commit.commit_date %></td>
55
<td><%= commit.date_created %></td>
56
- <td><code><%= commit.audit_results %></code></td>
+ <td><code>
57
+ <% JSON.parse(commit.audit_results).each do |audit_result| %>
58
+ <%= audit_result['audit_result'] %>
59
+ <% end %>
60
+ </code></td>
61
</tr>
62
<% end %>
63
</table>
0 commit comments