Skip to content

Commit

Permalink
Merge pull request #5 from nicolasmoreau/master
Browse files Browse the repository at this point in the history
open link in column title in another tab
  • Loading branch information
nicolasmoreau committed Feb 10, 2015
2 parents b1fd27b + f6571a1 commit 2dd412f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal.war/src/main/webapp/xhtml/preview/table.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<h:outputText styleClass="headerText" value="Response" />
</h:column>
<h:column>
<h:outputLink styleClass="headerText" value="https://github.com/VAMDC/Standards/blob/master/doc/source/dataAccessProtocol/vamdctap.rst#data-modifcation-time" >
<h:outputLink styleClass="headerText" target="_blank"
value="https://github.com/VAMDC/Standards/blob/master/doc/source/dataAccessProtocol/vamdctap.rst#data-modifcation-time" >
Last database update
</h:outputLink>
</h:column>
Expand Down

0 comments on commit 2dd412f

Please sign in to comment.