]> git.arvados.org - arvados.git/blob - apps/workbench/app/views/application/_show_autoselect_text.html.erb
Merge branch '5353-node-sizes' closes #5353
[arvados.git] / apps / workbench / app / views / application / _show_autoselect_text.html.erb
1 <%# Render local variable `text` so the entire text is automatically
2     selected when clicked or focused. %>
3 <input class="select-on-focus <%= tagclass %>" type="text" readonly
4        size="<%= text.size %>" value="<%= text %>">