mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add post status administration (#105)
This commit is contained in:
committed by
GitHub
parent
c5148147e3
commit
5256ea911a
13
app/views/site_settings/post_statuses.html.erb
Normal file
13
app/views/site_settings/post_statuses.html.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="multiColumnContainer">
|
||||
<%= render 'menu' %>
|
||||
<div class="multiRowContent">
|
||||
<%=
|
||||
react_component(
|
||||
'SiteSettings/PostStatuses',
|
||||
{
|
||||
authenticityToken: form_authenticity_token
|
||||
}
|
||||
)
|
||||
%>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user