Sha256: f53b3c2a5080177f2a4b5270a9a879611a411606f27ee54ffcf82fc7d722d5f2
Contents?: true
Size: 448 Bytes
Versions: 14
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true json.version("2023-03-06") json.settings do json.step do case @step when 1 json.heading(t(:new_step_one_heading)) json.text(t(:new_step_one_text)) when 2 json.heading(t(:new_step_two_heading)) json.text(t(:new_step_two_text)) json.state(<%= upcase_plug_name %>_NONCE) json.button_text(t(:new_step_two_oauth_button)) json.button_oauth_link("") end end end
Version data entries
14 entries across 14 versions & 1 rubygems