forked from External/greenlight
		
	remove table border
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
<div class="card">
 | 
					<div class="card">
 | 
				
			||||||
  <div class="card-body p-1">
 | 
					  <div class="card-body p-1">
 | 
				
			||||||
    <table class="table table-hover table-vcenter text-nowrap table-no-border" style="border-bottom: none;">
 | 
					    <table class="table table-hover table-vcenter text-nowrap table-no-border">
 | 
				
			||||||
      <tbody>
 | 
					      <tbody>
 | 
				
			||||||
        <td>
 | 
					        <td style="border-top: none;">
 | 
				
			||||||
          <span class="stamp stamp-md bg-cyan">
 | 
					          <span class="stamp stamp-md bg-cyan">
 | 
				
			||||||
            <% if room == current_user.main_room %>
 | 
					            <% if room == current_user.main_room %>
 | 
				
			||||||
              <i class="fas fa-home"></i>
 | 
					              <i class="fas fa-home"></i>
 | 
				
			||||||
@@ -11,13 +11,13 @@
 | 
				
			|||||||
            <% end %>
 | 
					            <% end %>
 | 
				
			||||||
          </span>
 | 
					          </span>
 | 
				
			||||||
        </td>
 | 
					        </td>
 | 
				
			||||||
        <td>
 | 
					        <td style="border-top: none;">
 | 
				
			||||||
          <h4 class="font-weight-normal p-0"><%= room.name %></h4>
 | 
					          <h4 class="m-0 text-normal" style="color: #495057;"><%= room.name %></h4>
 | 
				
			||||||
          <div class="small text-muted">
 | 
					          <div class="small text-muted">
 | 
				
			||||||
            <i>Last Session on <%= recording_date(room.created_at) %></i>
 | 
					            <i>Last Session on <%= recording_date(room.created_at) %></i>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </td>
 | 
					        </td>
 | 
				
			||||||
        <td class="text-right">
 | 
					        <td class="text-right" style="border-top: none;">
 | 
				
			||||||
          <div class="item-action dropdown">
 | 
					          <div class="item-action dropdown">
 | 
				
			||||||
            <a href="javascript:void(0)" data-toggle="dropdown" class="icon"><i class="fe fe-more-vertical"></i></a>
 | 
					            <a href="javascript:void(0)" data-toggle="dropdown" class="icon"><i class="fe fe-more-vertical"></i></a>
 | 
				
			||||||
            <div class="dropdown-menu dropdown-menu-right">
 | 
					            <div class="dropdown-menu dropdown-menu-right">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user