HELLO v3!!!
This commit is contained in:
7
app/views/json/main_theme/theme.erb
Normal file
7
app/views/json/main_theme/theme.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<% if @theme -%>
|
||||
"main_theme": {
|
||||
<%= render('@theme', theme: @theme, show_parents: true) %>
|
||||
},
|
||||
<% else -%>
|
||||
"main_theme": null,
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user