Sha256: 1dcdb9924610e2de25b9185ed4def2540f9d813f97ee76f871b86102bef3e9d3
Contents?: true
Size: 742 Bytes
Versions: 98
Compression:
Stored size: 742 Bytes
Contents
<tr> <td> {% if row.commands != "" %} <div class="input-group"> <textarea id="{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="{{ row.overview }}" aria-label="{{ row.overview }}" aria-describedby="{{ card.page }}-button-{{ forloop.index }}" readonly rows="2">{{ row.commands }}</textarea> <button id="{{ card.page }}-{{ release[0] }}-button-{{ forloop.index }}" class="btn btn-clipboard" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button> </div> {% endif %} </td> </tr>
Version data entries
98 entries across 98 versions & 1 rubygems