Sha256: 42a8522ae1f07ea5d7865b1b2f8a0c57d843dc65ae10ca89fd1ff2a938b58d68
Contents?: true
Size: 481 Bytes
Versions: 11
Compression:
Stored size: 481 Bytes
Contents
<tr> <td> <%= subscription_group %> </td> <td> <%= topic.name %> </td> <td> <span class="badge bg-secondary"> <%= topic.patterns.type %> </span> </td> <td> <span class="badge bg-<%= topic.active? ? 'success' : 'warning text-dark' %>"> <%= topic.active? %> </span> </td> <td class="text-center"> <a href="<%= root_path('routing', topic.id) %>" class="btn btn-sm btn-secondary text-white"> Details </a> </td> </tr>
Version data entries
11 entries across 11 versions & 1 rubygems