Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21012 Add link to release notes #10807

Merged
merged 1 commit into from
Aug 2, 2017

Conversation

mattwire
Copy link
Contributor

@mattwire mattwire commented Aug 2, 2017

Overview

Add a link to release notes in CiviCRM footer

Before

No link to release notes

After

Link to release notes in footer

Comments

Part of an effort to improve robustness and visibility of CiviCRM development.


@eileenmcnaughton eileenmcnaughton merged commit c1fa35e into civicrm:master Aug 2, 2017
@@ -31,7 +31,7 @@

<div class="crm-footer" id="civicrm-footer">
{crmVersion assign=version}
{ts 1=$version}Powered by CiviCRM %1.{/ts}
{ts}Powered by CiviCRM{/ts} <a href="https://github.com/civicrm/civicrm-core/blob/{$version}/release-notes/{$version}.md">{$version}</a>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignorant question: Would this read ok for RTL+LTR languages?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@totten I think it's OK, because the entire div is flipped, so it would become: ".4.7.x civicrm by powered <="

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants