PageRenderTime 18ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/rhtml-mode/%ft

http://github.com/ridgetang/snippets
#! | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 1dcac713834360c64b3375bd19b622ca MD5 | raw file
  1. #name : <% form_tag(:action => " ... ") do %> ... <% end %>
  2. # --
  3. <% form_tag(:action => "${update}") do %>
  4. $0
  5. <% end %>