Skip to content

Commit 9435691

Browse files
authored
Add note about announcements visibility in transparency mode setting (#11089)
## Summary of the problem <!-- Why are these changes being made? What problem does it solve? Link any related issues to provide more details. --> Organizers should know how the announcement page works for non-transparent and transparent organizations! Closes #11087 ## Describe your changes <!-- Explain your thought process to the solution and provide a quick summary of the changes. --> Adds a bullet point to the list about transparency mode and a note in the announcement overview blankslate about visibility. <!-- If there are any visual changes, please attach images, videos, or gifs. -->
1 parent 9862942 commit 9435691

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/views/events/announcement_overview.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<p class="text-gray-500 my-1 max-w-sm">
4040
Create a new announcement to keep your followers up to date!
4141
</p>
42+
<% unless @event.is_public %>
43+
<p class="text-gray-500 my-1 max-w-sm">This page will not be publicly visible until you publish your first announcement.</p>
44+
<% end %>
4245
<% else %>
4346
<p class="text-gray-500 my-1 max-w-sm">
4447
No announcements are posted yet.

app/views/events/settings/_details.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<li>Check recipients</li>
120120
</ul>
121121
</li>
122+
<li>With transparency mode off, your announcements page will only be visible once you have published your first announcement. It will always be visible with transparency mode on.</li>
122123
</ul>
123124
<div data-accordion-target="content">
124125
<div class="menu__divider" style="margin:0px"></div>

0 commit comments

Comments
 (0)