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

Add popup banner to display restrictions to FOI #22

Closed
wants to merge 2 commits into from

Conversation

garethrees
Copy link
Member

Fixes #21

@@ -1 +1 @@
<%#- anything you put here will appear as a popup warning on every screen in Alaveteli -%>
<%= link_to 'Olağanüstü Hal'de Bilgi Edinme', 'http://platform24.org/Content/Uploads/Editor/OHALDE%20BILGI%20EDINME%20(1).htm' -%>
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs to be in double quotes otherwise the Hal'de mistakenly closes the string

-<%= link_to 'Olağanüstü Hal'de Bilgi Edinme', 'http://platform24.org/Content/Uploads/Editor/OHALDE%20BILGI%20EDINME%20(1).htm' -%>
+<%= link_to "Olağanüstü Hal'de Bilgi Edinme", 'http://platform24.org/Content/Uploads/Editor/OHALDE%20BILGI%20EDINME%20(1).htm' -%>

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch! Thanks!

@lizconlan
Copy link
Contributor

Needs a quick fixup, ready to deploy after that

@garethrees
Copy link
Member Author

This got merged as d304c49

@garethrees garethrees closed this Sep 26, 2016
@garethrees garethrees deleted the garethrees-patch-1 branch September 26, 2016 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants