Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-01 11:19:45 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
882afe0f47a83ce62089a5d37b2277e4c62b9cec
882afe0f
1 parent
4b29abe8
Modification affichage gênant, suppression échappement HTML de l'historique.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
src/main/java/org/legrog/web/publisher/listPublisherActions.xhtml
View file @
882afe0
...
...
@@ -66,7 +66,7 @@
</h:column>
<h:column>
<f:facet
name=
"header"
>
History
</f:facet>
${action.publisherVersion.publisherHistory}
<h:outputText
escape=
"false"
value=
"#{action.publisherVersion.publisherHistory}"
/>
</h:column>
<h:column>
<f:facet
name=
"header"
>
Version Author
</f:facet>
...
...
src/main/java/org/legrog/web/publisher/listPublisherVersions.xhtml
View file @
882afe0
...
...
@@ -95,7 +95,7 @@
</h:column>
<h:column>
<f:facet
name=
"header"
>
History
</f:facet>
${version.publisherHistory}
<h:outputText
escape=
"false"
value=
"#{version.publisherHistory}"
/>
</h:column>
<h:column>
<f:facet
name=
"header"
>
Version Author
</f:facet>
...
...
Please
register
or
login
to post a comment