Skip to content

Commit

Permalink
Merge pull request #1002 from romanblanco/remove_doc_url
Browse files Browse the repository at this point in the history
Removed unused & invalid link for adding a provider documentation
  • Loading branch information
Dan Clarizio authored Apr 11, 2017
2 parents 5841cbb + 381132e commit d7b78e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/controllers/ems_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def default_show_template


def new
@doc_url = provider_documentation_url
assert_privileges("#{permission_prefix}_new")
@ems = model.new
set_form_vars
Expand Down Expand Up @@ -153,7 +152,6 @@ def create
end

def edit
@doc_url = provider_documentation_url
assert_privileges("#{permission_prefix}_edit")
begin
@ems = find_record_with_rbac(model, params[:id])
Expand Down Expand Up @@ -488,10 +486,6 @@ def check_compliance(model)
showlist ? show_list : show
end

def provider_documentation_url
"http://manageiq.org/documentation/getting-started/#adding-a-provider"
end

private ############################

def generate_breadcrumb(name, url, replace = false)
Expand Down

0 comments on commit d7b78e2

Please sign in to comment.