mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 23:31:44 +00:00
Move info button away from select button
This commit is contained in:
parent
19ae942afd
commit
b8f25a8f53
1 changed files with 1 additions and 1 deletions
|
@ -717,13 +717,13 @@ var Gatherers = React.createClass({
|
|||
<h4 className="panel-title">
|
||||
{country} {gatherer.user.username}
|
||||
<span className="pull-right">
|
||||
<span className="add-right hidden-xs">{lifeformIcons}</span>
|
||||
<a data-toggle="collapse"
|
||||
href={"#"+gatherer.user.id.toString() + "-collapse"}
|
||||
aria-expanded="false"
|
||||
className="btn btn-xs btn-primary add-right"
|
||||
aria-controls={gatherer.user.id.toString() + "-collapse"}>
|
||||
Info <span className="caret"></span></a>
|
||||
<span className="add-right hidden-xs">{lifeformIcons}</span>
|
||||
{action}
|
||||
</span>
|
||||
</h4>
|
||||
|
|
Loading…
Reference in a new issue