MH
Mads Harretche
Mechanics Status Table - Copy this Html, Tailwind Component to your project
Make section above it with this content: <div class="panel panel-default"> <div class="panel-heading"> <div class="panel-title"> <h2 class='headline'>Blocked Mechanics</h2> </div> </div> <div class="panel-body"> <dl class='dl-horizontal'> <dt>Country:</dt><dd> <%= @presenter.country_name %></dd> <dt>Blocked:</dt><dd> <%= @presenter.blocked_distribution %></dd> <dt>Updated:</dt><dd> <%= @presenter.date %></dd> </dl> </div> </div>
Prompt
