]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/tournament/Detail.js
application admin UI
[alttp.git] / resources / js / components / tournament / Detail.js
index b20f2082c36ca2273584f55a1cb6890c194801fc..cdc9b601bd3b3c81448b1e3015e57b312f3922bc 100644 (file)
@@ -5,6 +5,7 @@ import { withTranslation } from 'react-i18next';
 
 import ApplyButton from './ApplyButton';
 import Scoreboard from './Scoreboard';
+import ApplicationsButton from '../applications/Button';
 import Protocol from '../protocol/Protocol';
 import Rounds from '../rounds/List';
 import Box from '../users/Box';
@@ -46,6 +47,7 @@ const Detail = ({
                        <div className="d-flex align-items-center justify-content-between">
                                <h1>{tournament.title}</h1>
                                <div className="button-bar">
+                                       <ApplicationsButton tournament={tournament} />
                                        <ApplyButton tournament={tournament} />
                                        {mayViewProtocol(user, tournament) ?
                                                <Protocol id={tournament.id} />