1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

view repo via wiki (#2354)

* view repo via wiki

* Modify details

* add list/grid mode

* [dist]
This commit is contained in:
C_Q
2018-09-12 10:32:31 +08:00
committed by Daniel Pan
parent dcf35018c1
commit 7bd50ad009
28 changed files with 877 additions and 18 deletions

View File

@@ -196,7 +196,7 @@ class Search extends Component {
type="text"
className="search-input"
name="query"
placeholder={gettext("Search files in this wiki")}
placeholder={this.props.placeholder}
style={style}
value={this.state.value}
onFocus={this.onFocusHandler}