1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-18 20:21:44 +00:00

webpack bugfix, tooltip modified, preview button string changed(toggle Preview -> Preview / Edit)

This commit is contained in:
Rokt33r
2015-11-01 23:15:22 +09:00
parent 72f6468d12
commit cc0f2c7c7f
7 changed files with 19 additions and 18 deletions

View File

@@ -92,16 +92,16 @@ export default class ArticleTopBar extends React.Component {
: null
}
<div className={'tooltip' + (this.state.isTooltipHidden ? ' hide' : '')}>
- Search by tag タグで検索 : #{'{string}'}<br/>
- Search by folder フォルダーで検索 : in:{'{folder_name}'}
- Search by tag : #{'{string}'}<br/>
- Search by folder : in:{'{folder_name}'}
</div>
</div>
</div>
<div className='right'>
<button onClick={e => this.handleTutorialButtonClick(e)}>?<span className='tooltip'>How to use 使い方</span></button>
<button onClick={e => this.handleTutorialButtonClick(e)}>?<span className='tooltip'>How to use</span></button>
<ExternalLink className='logo' href='http://b00st.io'>
<img src='../../resources/favicon-230x230.png' width='44' height='44'/>
<span className='tooltip'>Boost official page 公式サイト</span>
<span className='tooltip'>Boost official page</span>
</ExternalLink>
</div>
</div>