replace logout with return to personal room

This commit is contained in:
Zachary Chai
2017-02-02 17:09:29 -05:00
parent 40add376b2
commit e2fc9863fe
4 changed files with 13 additions and 9 deletions

View File

@ -30,7 +30,11 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<% end %>
</div>
<%= render 'shared/signup' %>
<% if !@main_room %>
<div class="row text-center">
<%= link_to(t('return_to_room'), current_user.room_url) %>
</div>
<% end %>
<div class="table-wrapper">
<table id="recordings" class="table" width="100%">