Skip to content

form_tag body should be indented #350

Open
@jbodah

Description

@jbodah

Expected

        <%= form_tag autoscaler_path(@conn, :create), method: :post %>
          Enabled?: <input name="enable" type="checkbox" <%= if @autoscaling_enabled, do: "checked" %> />
          Scale to: <input name="autoscale_target" type="text" value="<%= @autoscale_target %>" />
          <input type="submit" value="Change" />
        </form>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions