Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '1.4'
  • Loading branch information
Alex Eng committed Oct 19, 2011
2 parents 13b24a2 + 386c492 commit 7acbb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/zanata-war/src/main/webapp/project/home.xhtml
Expand Up @@ -33,7 +33,7 @@
<rich:dataTable id="projectList"
rows="#{projectAction.pageSize}" columnsWidth="200px,200px,80px"
value="#{projectAction.projectPagedListDataModel}" var="project">
<rich:column sortBy="#{project.slug}">
<rich:column sortBy="#{project.name}">
<f:facet name="header">Project Name</f:facet>
<s:link id="project" styleClass="table_link" value="#{project.name}" propagation="none"
view="/project/project.xhtml">
Expand Down

0 comments on commit 7acbb62

Please sign in to comment.