Changeset 5d1a1f3 for resources


Ignore:
Timestamp:
10/26/21 23:24:21 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
cb88e9f
Parents:
68b1a22
Message:

bug fixes

Location:
resources
Files:
10 added
9 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/users/index.blade.php

    r68b1a22 r5d1a1f3  
    2222        <div class="dropdown">
    2323            @if(auth()->user()->hasPermission('manage_all_users'))
    24             <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white" style="cursor: pointer;">
     24            <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white">
    2525                New
    2626            </a>
     
    237237                        </table>
    238238
    239                         <div class="modal hide" id="createModal" tabindex="-1" role="dialog" aria-hidden="true">
     239                        <div class="modal fade" id="createModal" tabindex="-1" role="dialog" aria-hidden="true">
    240240                            <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
    241241                                <div class="modal-content">
Note: See TracChangeset for help on using the changeset viewer.