Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / application / _show_autoselect_text.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <%# Render local variable `text` so the entire text is automatically
6     selected when clicked or focused. %>
7 <input class="select-on-focus <%= tagclass %>" type="text" readonly
8        size="<%= text.size %>" value="<%= text %>">