zendesk/arturo

View on GitHub
app/views/arturo/features/show.html.erb

Summary

Maintainability
Test Coverage
<%# frozen_string_literal: true %>
<h2><%= t('.title', :name => @feature.name) %></h2>

<%= arturo_flash_messages %>

<p>Deployment percentage: <%= @feature.deployment_percentage %></p>