Skip to content

Commit

Permalink
Merge pull request #7 from Enygma2002/349
Browse files Browse the repository at this point in the history
Fix for changed "sponsor issue" link on the freedomsponsors.org site
  • Loading branch information
tonylampada authored Sep 23, 2017
2 parents 0fd48fc + 419b578 commit 27b0ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<label>Sponsor this issue!</label>
<tooltip>Sponsors the issue at FreedomSponsors.org</tooltip>
<context-provider class="org.freedomsponsors.plugins.jira.SponsorThis"/>
<link linkId="manage-project-link" absolute="true">http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key}</link>
<link linkId="manage-project-link" absolute="true">http://www.freedomsponsors.org/issue/sponsor?trackerURL=${baseUrl}/browse/${issue.key}</link>
</web-item>
<resource type="i18n" name="i18n" location="org.freedomsponsors.plugins.jira"/>
<web-panel name="SponsorThis" i18n-name-key="sponsor-this.name" key="sponsor-this" location="atl.jira.view.issue.right.context" weight="1000">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/sponsorthis.vm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if( ${visible} )
<p>
<a style="font-weight: bold; color: green;"
href="http://www.freedomsponsors.org/core/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}"
href="http://www.freedomsponsors.org/issue/sponsor?trackerURL=${baseUrl}/browse/${issueKey}"
target="_fs">
Sponsor $issueKey on FreedomSponsors.org</a>
</p>
#end
#end

0 comments on commit 27b0ed4

Please sign in to comment.