diff --git a/app/views/admins/laboratory_settings/show.html.erb b/app/views/admins/laboratory_settings/show.html.erb index 0ee1d1c0..f2269955 100644 --- a/app/views/admins/laboratory_settings/show.html.erb +++ b/app/views/admins/laboratory_settings/show.html.erb @@ -19,10 +19,14 @@ maxlength: 15, class: 'form-control font-16', 'onKeyUp': 'value=value.replace(/[^\w\-\/]/ig,"").toLowerCase()', style: 'text-transform:lowercase'%> -
+ <% +=begin%> +
<% rails_env = EduSetting.get('rails_env') %> <%= rails_env && rails_env != 'production' ? ".#{rails_env}.educoder.net" : '.educoder.net' %> -
+
+<% +=end%> <%# if @laboratory.errors && @laboratory.errors.key?(:identifier) %>