|  | @@ -50,6 +50,7 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 50 | 50 |                      { /*
 | 
	
		
			
			| 51 | 51 |                        <th scope='col'>Calendar</th>
 | 
	
		
			
			| 52 | 52 |                      */ }
 | 
	
		
			
			|  | 53 | +                    <th scope='col'>Remove Workspace</th>
 | 
	
		
			
			| 53 | 54 |                    </tr>
 | 
	
		
			
			| 54 | 55 |                  </thead>
 | 
	
		
			
			| 55 | 56 |                  <tbody>
 | 
	
	
		
			
			|  | @@ -57,7 +58,6 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 57 | 58 |                      <th>1</th>
 | 
	
		
			
			| 58 | 59 |                      <td>Design v_2</td>
 | 
	
		
			
			| 59 | 60 |                      <td>Workspace about tracim v2 design</td>
 | 
	
		
			
			| 60 |  | -                    <td>8 members</td>
 | 
	
		
			
			| 61 | 61 |                      { /*
 | 
	
		
			
			| 62 | 62 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 63 | 63 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -66,12 +66,20 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 66 | 66 |                          Enable
 | 
	
		
			
			| 67 | 67 |                        </td>
 | 
	
		
			
			| 68 | 68 |                      */ }
 | 
	
		
			
			|  | 69 | +                    <td>8 members</td>
 | 
	
		
			
			|  | 70 | +                    <td>
 | 
	
		
			
			|  | 71 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 72 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 73 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 74 | +                        </div>
 | 
	
		
			
			|  | 75 | +                        Delete
 | 
	
		
			
			|  | 76 | +                      </div>
 | 
	
		
			
			|  | 77 | +                    </td>
 | 
	
		
			
			| 69 | 78 |                    </tr>
 | 
	
		
			
			| 70 | 79 |                    <tr>
 | 
	
		
			
			| 71 | 80 |                      <th>2</th>
 | 
	
		
			
			| 72 | 81 |                      <td>New features</td>
 | 
	
		
			
			| 73 | 82 |                      <td>Add a new features : Annotated files</td>
 | 
	
		
			
			| 74 |  | -                    <td>5 members</td>
 | 
	
		
			
			| 75 | 83 |                      { /*
 | 
	
		
			
			| 76 | 84 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 77 | 85 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -80,12 +88,20 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 80 | 88 |                          Disable
 | 
	
		
			
			| 81 | 89 |                        </td>
 | 
	
		
			
			| 82 | 90 |                      */ }
 | 
	
		
			
			|  | 91 | +                    <td>5 members</td>
 | 
	
		
			
			|  | 92 | +                    <td>
 | 
	
		
			
			|  | 93 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 94 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 95 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 96 | +                        </div>
 | 
	
		
			
			|  | 97 | +                        Delete
 | 
	
		
			
			|  | 98 | +                      </div>
 | 
	
		
			
			|  | 99 | +                    </td>
 | 
	
		
			
			| 83 | 100 |                    </tr>
 | 
	
		
			
			| 84 | 101 |                    <tr>
 | 
	
		
			
			| 85 | 102 |                      <th>3</th>
 | 
	
		
			
			| 86 | 103 |                      <td>Fix Backend</td>
 | 
	
		
			
			| 87 | 104 |                      <td>workspace referring to multiple issues on the backend </td>
 | 
	
		
			
			| 88 |  | -                    <td>3 members</td>
 | 
	
		
			
			| 89 | 105 |                      { /*
 | 
	
		
			
			| 90 | 106 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 91 | 107 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -94,12 +110,20 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 94 | 110 |                          Enable
 | 
	
		
			
			| 95 | 111 |                        </td>
 | 
	
		
			
			| 96 | 112 |                      */ }
 | 
	
		
			
			|  | 113 | +                    <td>3 members</td>
 | 
	
		
			
			|  | 114 | +                    <td>
 | 
	
		
			
			|  | 115 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 116 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 117 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 118 | +                        </div>
 | 
	
		
			
			|  | 119 | +                        Delete
 | 
	
		
			
			|  | 120 | +                      </div>
 | 
	
		
			
			|  | 121 | +                    </td>
 | 
	
		
			
			| 97 | 122 |                    </tr>
 | 
	
		
			
			| 98 | 123 |                    <tr>
 | 
	
		
			
			| 99 | 124 |                      <th>4</th>
 | 
	
		
			
			| 100 | 125 |                      <td>Design v_2</td>
 | 
	
		
			
			| 101 | 126 |                      <td>Workspace about tracim v2 design</td>
 | 
	
		
			
			| 102 |  | -                    <td>8 members</td>
 | 
	
		
			
			| 103 | 127 |                      { /*
 | 
	
		
			
			| 104 | 128 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 105 | 129 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -108,12 +132,20 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 108 | 132 |                          Disable
 | 
	
		
			
			| 109 | 133 |                        </td>
 | 
	
		
			
			| 110 | 134 |                      */ }
 | 
	
		
			
			|  | 135 | +                    <td>8 members</td>
 | 
	
		
			
			|  | 136 | +                    <td>
 | 
	
		
			
			|  | 137 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 138 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 139 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 140 | +                        </div>
 | 
	
		
			
			|  | 141 | +                        Delete
 | 
	
		
			
			|  | 142 | +                      </div>
 | 
	
		
			
			|  | 143 | +                    </td>
 | 
	
		
			
			| 111 | 144 |                    </tr>
 | 
	
		
			
			| 112 | 145 |                    <tr>
 | 
	
		
			
			| 113 | 146 |                      <th>5</th>
 | 
	
		
			
			| 114 | 147 |                      <td>New features</td>
 | 
	
		
			
			| 115 | 148 |                      <td>Add a new features : Annotated files</td>
 | 
	
		
			
			| 116 |  | -                    <td>5 members</td>
 | 
	
		
			
			| 117 | 149 |                      { /*
 | 
	
		
			
			| 118 | 150 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 119 | 151 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -122,12 +154,20 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 122 | 154 |                          Disable
 | 
	
		
			
			| 123 | 155 |                        </td>
 | 
	
		
			
			| 124 | 156 |                      */ }
 | 
	
		
			
			|  | 157 | +                    <td>5 members</td>
 | 
	
		
			
			|  | 158 | +                    <td>
 | 
	
		
			
			|  | 159 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 160 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 161 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 162 | +                        </div>
 | 
	
		
			
			|  | 163 | +                        Delete
 | 
	
		
			
			|  | 164 | +                      </div>
 | 
	
		
			
			|  | 165 | +                    </td>
 | 
	
		
			
			| 125 | 166 |                    </tr>
 | 
	
		
			
			| 126 | 167 |                    <tr>
 | 
	
		
			
			| 127 | 168 |                      <th>6</th>
 | 
	
		
			
			| 128 | 169 |                      <td>Fix Backend</td>
 | 
	
		
			
			| 129 | 170 |                      <td>workspace referring to multiple issues on the backend </td>
 | 
	
		
			
			| 130 |  | -                    <td>3 members</td>
 | 
	
		
			
			| 131 | 171 |                      { /*
 | 
	
		
			
			| 132 | 172 |                        <td className='d-flex align-items-center flex-wrap'>
 | 
	
		
			
			| 133 | 173 |                          <div className='adminWorkspacePage__workspaceTable__calendaricon mr-2'>
 | 
	
	
		
			
			|  | @@ -136,6 +176,15 @@ class AdminWorkspacePage extends React.Component {
 | 
	
		
			
			| 136 | 176 |                          Enable
 | 
	
		
			
			| 137 | 177 |                        </td>
 | 
	
		
			
			| 138 | 178 |                      */ }
 | 
	
		
			
			|  | 179 | +                    <td>3 members</td>
 | 
	
		
			
			|  | 180 | +                    <td>
 | 
	
		
			
			|  | 181 | +                      <div className='adminWorkspacePage__workspaceTable__deleteworkspace primaryColorFont primaryColorFontDarkenHover'>
 | 
	
		
			
			|  | 182 | +                        <div className='adminWorkspacePage__workspaceTable__deleteworkspace__removalicon mr-3'>
 | 
	
		
			
			|  | 183 | +                          <i className='fa fa-fw fa-trash-o' />
 | 
	
		
			
			|  | 184 | +                        </div>
 | 
	
		
			
			|  | 185 | +                        Delete
 | 
	
		
			
			|  | 186 | +                      </div>
 | 
	
		
			
			|  | 187 | +                    </td>
 | 
	
		
			
			| 139 | 188 |                    </tr>
 | 
	
		
			
			| 140 | 189 |                  </tbody>
 | 
	
		
			
			| 141 | 190 |                </table>
 |