projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
7453: Disable submit button in add group dialog until a name is entered.
[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 %>">