Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Tips for staff list
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Nov 8, 2013
1 parent 9ae408f commit 33991a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/services/page_tips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ def tips
"You can click the right edge of a submission and drag to a new page (note: it will drop onto the page with the dotted outline, not necessarily the one you're moused over. :-/ )" => "info",
"Click the big plus at the bottom left to add notes or special items to pages." => "info",
}
when "magazines#staff_list"
{ "This is your main command center. All of the permissions for the whole website are based on what's on these staff lists; controlled issue-by-issue." => "info",
"Mouse over the little circular letters next to the name of each position to see what abilities people in that position have." => "info",
"You can edit the abilities for a position by clicking the pencil icons. You can also rename positions that way." => "info",
"To keep everything from breaking, if someone has the \"orchestrates\" ability for an issue, they'll be able to edit the staff lists of adjacent issues." => "info"
}
end
tips = remove_conditional(tips) unless @include_conditional_tips
tips
Expand Down

0 comments on commit 33991a4

Please sign in to comment.