Sha256: d589d8355749e85700717b5bbbb1c1d907dae4835d832b9dc4b52ca6c26f9197
Contents?: true
Size: 241 Bytes
Versions: 40
Compression:
Stored size: 241 Bytes
Contents
<%= content_tag(:h1, @user.name) %> <%= form_for(@user, :url => user_current_path, :html => {:class => 'tabular'}) do |f| %> <%= render(:partial => 'form', :locals => {:f => f}) %> <p class="buttons"> <%= f.submit %> </p> <% end %>
Version data entries
40 entries across 40 versions & 1 rubygems