<%= BigbluebuttonServer.model_name.human %>:

<%= BigbluebuttonServer.human_attribute_name(:id) %>: <%= @server.id %>

<%= BigbluebuttonServer.human_attribute_name(:name) %>: <%= @server.name %>

<%= BigbluebuttonServer.human_attribute_name(:url) %>: <%= @server.url %>

<%= BigbluebuttonServer.human_attribute_name(:salt) %>: <%= @server.salt %>

<%= BigbluebuttonServer.human_attribute_name(:version) %>: <%= @server.version %>

<%= BigbluebuttonServer.human_attribute_name(:param) %>: <%= @server.param %>

Access: <%= link_to 'Edit', edit_bigbluebutton_server_path(@server) %> | <%= link_to 'View rooms', rooms_bigbluebutton_server_path(@server) %> | <%= link_to 'View recordings', recordings_bigbluebutton_server_path(@server) %> | <%= link_to 'Activity monitor', activity_bigbluebutton_server_path(@server) %> | <%= link_to 'Destroy', bigbluebutton_server_path(@server), :confirm => 'Are you sure?', :method => :delete %> | <%= link_to 'Back', bigbluebutton_servers_path %>

Recordings:
<%= text_field_tag 'fetch_recordings', '', :id => 'fetch-recordings-input', :size => 50, :placeholder => 'e.g. "meetings=meeting1,meeting2&meta_name=value"' %> <%= link_to 'Fetch recordings', fetch_recordings_bigbluebutton_server_path(@server), :confirm => 'Are you sure?', :method => :post, :id => 'fetch-recordings-link' %>
<%= text_field_tag 'publish_recordings', '', :id => 'publish-recordings-input', :size => 50, :placeholder => 'e.g. "meeting1,meeting2"' %> <%= link_to 'Publish recordings', publish_recordings_bigbluebutton_server_path(@server), :confirm => 'Are you sure?', :method => :post, :id => 'publish-recordings-link' %>
<%= text_field_tag 'publish_recordings', '', :id => 'unpublish-recordings-input', :size => 50, :placeholder => 'e.g. "meeting1,meeting2"' %> <%= link_to 'Unpublish recordings', unpublish_recordings_bigbluebutton_server_path(@server), :confirm => 'Are you sure?', :method => :post, :id => 'unpublish-recordings-link' %>