Commit b2c9d159 authored by Tim Zallmann's avatar Tim Zallmann

Changed Var Setup

parent f661921c
- short_form = local_assigns.fetch :short_form, false
- if current_application_settings.should_check_namespace_plan?
- group = @project&.group || @group
- if (@project && can?(current_user, :admin_namespace, @project.namespace)) || (@group && can?(current_user, :admin_group, @group))
- namespace = @project&.namespace || @group
- if can?(current_user, :admin_namespace, namespace)
= link_to 'Upgrade your plan', upgrade_plan_url, class: 'btn btn-primary'
- elsif group
%p Contact an owner of group #{ group.name } to upgrade the plan.
- elsif @project
- owner = @project.namespace.owner
- elsif namespace.is_a?(Group)
%p Contact an owner of group #{ namespace.name } to upgrade the plan.
- else
- owner = namespace.owner
%p Contact owner #{ link_to(owner.name, user_path(owner)) } to upgrade the plan.
- elsif current_user&.admin?
- if License.current&.expired?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment