app/views/bigbluebutton/rooms/edit.html.erb in bigbluebutton_rails-1.0.0 vs app/views/bigbluebutton/rooms/edit.html.erb in bigbluebutton_rails-1.1.0

- old
+ new

@@ -1,6 +1,6 @@ <h1>Edit <%= BigbluebuttonRoom.model_name.human %>:</h1> <%= render 'form' %> -<%= link_to 'Show', bigbluebutton_server_room_path(@server, @room) %> | -<%= link_to 'Back', bigbluebutton_server_rooms_path %> +<%= link_to 'Show', bigbluebutton_room_path(@room) %> | +<%= link_to 'Back', bigbluebutton_rooms_path %>