Sha256: 325287cdb978e81fea64aaca6ee972538e3f28bf312927dd5e31e05d59cdaacf

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.edit_user_profile', login_name: @profile.user.username) -%></h1>
<div id="content_list">
<%= render 'page/required_field' %>
<%= simple_form_for(@profile, validate: true) do |f| -%>
  <%= f.error_messages -%>

  <%= render partial: 'profiles/edit_credential', locals: {f: f, profile: @profile} -%>

  <div class="actions" style="clear: both">
    <%= f.submit %>
  </div>

  <div class="field">
    <%= f.label :keyword_list -%><br />
    <%= f.text_area :keyword_list, class: 'resource_textarea' -%>
  </div>

  <%= render partial: 'profiles/edit_profile', locals: {f: f, profile: @profile} -%>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.show'), @profile -%></li>
    <li><%= link_to t('page.listing', model: t('activerecord.models.profile')), profiles_path -%></li>
    <%- if can? :destroy, @profile -%>
      <li><%= link_to t('page.destroy'), @profile, data: {confirm: t('page.are_you_sure')}, method: :delete -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_leaf-1.1.4 app/views/profiles/edit.html.erb
enju_leaf-1.1.3 app/views/profiles/edit.html.erb
enju_leaf-1.1.2 app/views/profiles/edit.html.erb
enju_leaf-1.1.1 app/views/profiles/edit.html.erb
enju_leaf-1.1.0 app/views/profiles/edit.html.erb
enju_leaf-1.1.0.rc22 app/views/profiles/edit.html.erb
enju_leaf-1.1.0.rc21 app/views/profiles/edit.html.erb
enju_leaf-1.1.0.rc20 app/views/profiles/edit.html.erb