Skip to content

Commit

Permalink
Always showing download button after April 25 #187355990 (#4481)
Browse files Browse the repository at this point in the history
* Always showing download button after April 25

* Invert for simplicity
  • Loading branch information
tofarr committed Apr 12, 2024
1 parent d17e150 commit 2f2a865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/state_file/questions/return_status/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% content_for :card do %>
<%= render @return_status %>
<% unless @error&.auto_wait %>
<% if !@error&.auto_wait || app_time.after?(Rails.configuration.state_file_end_of_in_progress_intakes) %>
<%= link_to t('.download_state_return_pdf'), StateFile::Questions::SubmissionPdfsController.to_path_helper(us_state: params[:us_state], action: :show, id: EfileSubmission.where(data_source: current_intake).last), class: "button button--primary button--wide spacing-above-60" %>
<% end %>
Expand Down

0 comments on commit 2f2a865

Please sign in to comment.