Compare commits
2 Commits
dfb5b6b794
...
8728684c21
| Author | SHA1 | Date | |
|---|---|---|---|
|
8728684c21
|
|||
|
3bd07472b2
|
@@ -6,7 +6,7 @@
|
||||
context: "privacy", key: "body", rich_text: true,
|
||||
default: "No content yet. Please add a privacy policy.") %>
|
||||
|
||||
<% if current_user.is_admin? %>
|
||||
<% if user_signed_in? && current_user.is_admin? %>
|
||||
<div class="mt-8 pt-6 border-t border-gray-200 text-right">
|
||||
<%= render EditContentButtonComponent.new(
|
||||
context: "privacy", key: "body", rich_text: true,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
context: "tos", key: "body", rich_text: true,
|
||||
default: "No content yet. Please add your terms of service.") %>
|
||||
|
||||
<% if current_user.is_admin? %>
|
||||
<% if user_signed_in? && current_user.is_admin? %>
|
||||
<div class="mt-8 pt-6 border-t border-gray-200 text-right">
|
||||
<%= render EditContentButtonComponent.new(
|
||||
context: "tos", key: "body", rich_text: true,
|
||||
|
||||
Reference in New Issue
Block a user