Sha256: 1f7a698697ec4e9a0ffe683ae2c7c9eb07340dde9adec0d3bc3de5e918eac862

Contents?: true

Size: 1.77 KB

Versions: 4

Compression:

Stored size: 1.77 KB

Contents

<h1><%= BigbluebuttonRoom.model_name.human %>:</h1>

<p id="notice"><%= notice %></p>

<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:name) %>:</b>
  <%= @room.name %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:server_id) %>:</b>
  <%= @room.server.id %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:meetingid) %>:</b>
  <%= @room.meetingid %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:randomize_meetingid) %>:</b>
  <%= @room.randomize_meetingid %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:private) %>:</b>
  <%= @room.private %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:attendee_password) %>:</b>
  <%= @room.attendee_password %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:moderator_password) %>:</b>
  <%= @room.moderator_password %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:welcome_msg) %>:</b>
  <%= @room.welcome_msg %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:logout_url) %>:</b>
  <%= @room.logout_url %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:dial_number) %>:</b>
  <%= @room.dial_number %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:voice_bridge) %>:</b>
  <%= @room.voice_bridge %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:max_participants) %>:</b>
  <%= @room.max_participants %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:external) %>:</b>
  <%= @room.external %>
</p>
<p>
  <b><%= BigbluebuttonRoom.human_attribute_name(:param) %>:</b>
  <%= @room.param %>
</p>

<%= link_to 'Edit', edit_bigbluebutton_server_room_path(@room.server, @room) %> |
<%= link_to 'Back', bigbluebutton_server_rooms_path(@room.server) %>

<br/>

<%= link_to 'Join', join_bigbluebutton_server_room_path(@room.server, @room) %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.0.0 app/views/bigbluebutton/rooms/show.html.erb
bigbluebutton_rails-0.1.0 app/views/bigbluebutton/rooms/show.html.erb
bigbluebutton_rails-0.0.6 app/views/bigbluebutton/rooms/show.html.erb
bigbluebutton_rails-0.0.5 app/views/bigbluebutton/rooms/show.html.erb