|
@@ -92,11 +92,11 @@ class GlobalNotification extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <a href="/admin/global-notification/new">
|
|
|
|
|
- <p className="btn btn-default">{t('notification_setting.add_notification')}</p>
|
|
|
|
|
- </a>
|
|
|
|
|
-
|
|
|
|
|
- <h2 className="border-bottom mb-5">{t('notification_setting.notification_list')}</h2>
|
|
|
|
|
|
|
+ <h2 className="border-bottom mb-5">{t('notification_setting.notification_list')}
|
|
|
|
|
+ <a href="/admin/global-notification/new">
|
|
|
|
|
+ <p className="btn btn-default pull-right">{t('notification_setting.add_notification')}</p>
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </h2>
|
|
|
|
|
|
|
|
<table className="table table-bordered">
|
|
<table className="table table-bordered">
|
|
|
<thead>
|
|
<thead>
|