don't hide course setup checklist

We used to hide it by default in any setting where we knew the
wizard would pop up.  But because we're storing a setting in
localStorage now we can't be sure it shouldn't be there.

Change-Id: I8bba90001a300e76d467c99f25747cf246fe3933
Reviewed-on: https://gerrit.instructure.com/2136
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Wily <zach@instructure.com>
This commit is contained in:
Brian Whitmer 2011-02-02 15:58:57 -07:00 committed by Zach Wily
parent bafc2ed37d
commit a044d4d9b2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div id="course_show_secondary">
<% if can_do(@context, @current_user, :manage_content) %>
<div class="rs-margin-lr rs-margin-top rs-margin-bottom">
<a href="#" class="button button-sidebar-wide wizard_popup_link <%= 'auto_open' if @context.created? || @context.claimed? %>" style="<%= hidden if @context.created? || @context.claimed? %>"><%= image_tag "help.png" %> Course Setup Checklist</a>
<a href="#" class="button button-sidebar-wide wizard_popup_link <%= 'auto_open' if @context.created? || @context.claimed? %>"><%= image_tag "help.png" %> Course Setup Checklist</a>
<a class="button button-sidebar-wide" href="<%= context_url(@context, :controller => :announcements) %>#new"><%= image_tag "add.png" %> New Announcement</a>
</div>
<% end %>