dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Fixed bug in merge: improper use of force and failing on FORCED result
James Moger
2014-03-06
d2ab7a68e4c3f1e619af3576e1443afa2f98cdfd
[githubFork/gitblit.git]
/
src
/
main
/
java
/
com
/
gitblit
/
wicket
/
panels
/
FilterableRepositoryList.html
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
xml:lang="en"
lang="en">
<wicket:panel>
<div wicket:id="listComponent">[component]</div>
</wicket:panel>
</html>