Actions
Bug #1840
closedHelp button shouldn't be shown if help page is missing.
Description
Hi,
I'm on commit 938e78d647f943f0987c992c2f924dd81cba55b3.
nacho@ndnd: (develop) [0] ~/dev/foreman/app/views $ grep help_path compute_resources/index.html.erb <% title_actions display_link_if_authorized("New Compute Resource", hash_for_new_compute_resource_path), help_path %> nacho@ndnd: (develop) [0] ~/dev/foreman/app/views $ ls compute_resources/welcome* ls: cannot access compute_resources/welcome*: No such file or directory
(the obvious alternative is to write a welcome page ;)
Cheers.
Updated by Sam Kottler over 12 years ago
- Assignee set to Sam Kottler
This is really easy. Assigning it to myself to do this week.
Updated by Sam Kottler over 12 years ago
- Status changed from New to Feedback
I've submitted a pull request with a proposed fix - https://github.com/theforeman/foreman/pull/146.
Updated by Ohad Levy over 12 years ago
- Category changed from Compute resources to Web Interface
- Status changed from Feedback to Assigned
- Target version set to 1.1
Updated by Anonymous over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 3e33d71fe6953cd35960ee3cea34d810322899a9.
Actions