Sha256: 53903d586c72d63612d403334586143b1ed70a6086680119a29d921ba7b5cf46

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

Stored size: 453 Bytes

Contents

<% if !@tfa.used
  after = @tfa.after.split("##")
  @method = after[0].to_sym
  @url = after[1]
  @http_params = {}
  @http_params = after[2].split(",").map{|i|i.split(":").length==2 ? i.split(":") : [i.reverse.sub(":","").reverse, ""]}.to_h if after[2]
end %>
<% tfa_phone_arr = @tfa.phone.split("")
@tfa_phone = "#{tfa_phone_arr[0..1].join} (#{tfa_phone_arr[2..4].join}) *** **#{tfa_phone_arr[10..11].join}" %>

<%= render partial: 'tfa/tfas/show' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
2fa-0.0.2 app/views/tfa/tfas/show.html.erb
2fa-0.0.1 app/views/tfa/tfas/show.html.erb