Added semi-functional administration pages
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
=@page_title.present? ? I18n.t(@page_title, @page_title_vars) : I18n.t("page_titles.#{page_group.to_s}.#{page_key.to_s}")
|
||||
= row do
|
||||
= columns do
|
||||
%h1=_(@main_title || "page_titles.#{page_group.to_s}.#{page_key.to_s}")
|
||||
%h1=_(@main_title || "page_titles.#{page_group.to_s}.#{page_key.to_s}", :t, @main_title_vars)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
= render :partial => 'application/header', :locals => {:image_file => 'runes.jpg'}
|
||||
= row do
|
||||
= columns(medium: 12) do
|
||||
= paragraph(_'error.locale_not_available.description', :p, @main_title_vars)
|
||||
Reference in New Issue
Block a user