projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 3408-production-datamanager
[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 %>">