1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

rename admin to advanced settings & add help text

closes #163
هذا الالتزام موجود في:
Adam Cooke
2017-06-02 12:11:19 +01:00
الأصل a18d344025
التزام fda0cfafc6
6 ملفات معدلة مع 80 إضافات و54 حذوفات

عرض الملف

@@ -3,7 +3,7 @@ class ServersController < ApplicationController
include WithinOrganization
before_action :require_organization_admin, :only => [:new, :create, :delete, :destroy]
before_action :admin_required, :only => [:admin, :suspend, :unsuspend]
before_action :admin_required, :only => [:advanced, :suspend, :unsuspend]
before_action { params[:id] && @server = organization.servers.present.find_by_permalink!(params[:id]) }
def index