Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297025
users.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 18, 12:11 AM
Size
785 B
Mime Type
text/plain
Expires
Thu, Nov 20, 12:11 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
290469
Attached To
rARCHIVING archiving
users.html.erb
View Options
<%=
render
partial
:
'header'
%>
<div class="row">
<div class="col-xs-6">
<h3>Collaborators for
<%=
@client
.
host
.
name
%>
</h3>
</div>
<%
if
@client
.
manually_inserted?
&&
@available_users
.
any?
%>
<div class="col-xs-4 col-xs-offset-2 text-right">
<%=
bootstrap_form_for
(
@invitation
,
layout
:
:inline
)
do
|
f
|
%>
<%=
f
.
select
:user_id
,
options_for_select
(
@available_users
),
include_blank
:
'Pick a user'
,
skip_label
:
true
%>
<%=
f
.
hidden_field
:host_id
%>
<%=
button_tag
type
:
:submit
,
class
:
'btn btn-default'
do
%>
<label class="glyphicon glyphicon-plus text-primary"></label>
Invite New User
<%
end
%>
<%
end
%>
</div>
<%
end
%>
</div>
<div class="row">
<%=
render
partial
:
'users'
%>
</div>
Event Timeline
Log In to Comment