mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 04:52:00 +00:00
Fix server link, add style. Fixes #46
This commit is contained in:
parent
1e3315abb4
commit
895aa826c1
1 changed files with 4 additions and 4 deletions
|
@ -808,7 +808,7 @@ var CompletedGather = React.createClass({
|
|||
render() {
|
||||
return (
|
||||
<div id="previous_gather">
|
||||
<div className="panel panel-default add-bottom">
|
||||
<div className="panel panel-primary add-bottom">
|
||||
<div className="panel-heading">Previous Gather ({this.completionDate()})</div>
|
||||
</div>
|
||||
<GatherTeams gather={this.props.gather} />
|
||||
|
@ -845,7 +845,7 @@ var GatherVotingResults = React.createClass({
|
|||
];
|
||||
}
|
||||
return (
|
||||
<div className="panel panel-default">
|
||||
<div className="panel panel-primary">
|
||||
<div className="panel-heading">
|
||||
Server
|
||||
</div>
|
||||
|
@ -860,8 +860,8 @@ var GatherVotingResults = React.createClass({
|
|||
{password}
|
||||
</dl>
|
||||
<p>
|
||||
<a href={["steam://run/4920/connect", server.ip +":"+server.port, server.password].join("/")}
|
||||
className="btn btn-primary max-width">Click to Join</a>
|
||||
<a href={["steam://connect", server.ip +":"+server.port, server.password].join("/")}
|
||||
className="btn btn-primary max-width">Join Server</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue