Namespace languages controller to admin
This commit is contained in:
5
app/views/admin/languages/edit.html.erb
Normal file
5
app/views/admin/languages/edit.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<%= render "admin/languages/errors", language: @language %>
|
||||
|
||||
<h1>Edit Language</h1>
|
||||
|
||||
<%= render "admin/languages/form", language: @language %>
|
||||
Reference in New Issue
Block a user