File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
app/views/partials/client Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11<td >{{ $client -> authority [' name' ] } } </td >
2- <td >{{ chunk_split ( $client -> api [' basic_key' ], 20 , ' </br> ' ) } } </td >
3- <td >{{ chunk_split ( $client -> api [' basic_secret' ], 20 , ' </br> ' ) } } </td >
4- <td >
2+ <td >{{ $client -> api [' basic_key' ] } } </td >
3+ <td >{{ $client -> api [' basic_secret' ] } } </td >
4+ <td class = " text-center " >
55 <a
66 href =" {{ URL () } } /lrs/{{ $lrs -> _id } } /client/{{ $client -> _id } } /edit"
77 class =" btn btn-info btn-sm"
@@ -10,4 +10,4 @@ class="btn btn-info btn-sm"
1010 <i class =" icon-pencil" ></i >
1111 </a >
1212</td >
13- <td >@include (' partials.client.forms.delete' )</td >
13+ <td class = " text-center " >@include (' partials.client.forms.delete' )</td >
Original file line number Diff line number Diff line change 1616 <div >
1717 <div class =" alert alert-success clearfix" >
1818 <div class =" col-sm-10" >
19- <b >{{ trans (' lrs.endpoint.endpoint' ) } } :</b > <span class =" break-words" >{{ URL () } } /data/xAPI/ </span >
19+ <b >{{ trans (' lrs.endpoint.endpoint' ) } } :</b > <span class =" break-words" >{{ URL () } } /data/xAPI</span >
2020 </div >
2121 </div >
2222 <div >
2929 <th >{{ trans (' site.name' )} } </th >
3030 <th >{{ trans (' site.username' )} } </th >
3131 <th >{{ trans (' site.password' )} } </th >
32- <th >{{ trans (' site.edit' )} } </th >
33- <th >{{ trans (' site.delete' )} } </th >
32+ <th class = " text-center " >{{ trans (' site.edit' )} } </th >
33+ <th class = " text-center " >{{ trans (' site.delete' )} } </th >
3434 <tr >
3535 </thead >
3636 <tbody >
3737 @foreach ( $clients as $index => $client )
38- <tr class =" {{ Session:: get (' success' ) === trans (' lrs.client.created_sucecss ' ) && $index === ($clients -> count () - 1 ) ? ' flash' : ' ' } }" >@include (' partials.client.item' , array ( ' client' => $client ) )</ tr >
38+ <tr class =" {{ Session:: get (' success' ) === trans (' lrs.client.created_success ' ) && $index === ($clients -> count () - 1 ) ? ' flash' : ' ' } }" >@include (' partials.client.item' , array ( ' client' => $client ) )
3939 @endforeach
40+ </tr >
4041 </tbody >
4142 </table >
4243
You can’t perform that action at this time.
0 commit comments