Sha256: 2a218f2348caa8e7f44c358ed9baeab88eabfd4b5cf54948ad46b539926c7e9b

Contents?: true

Size: 1.11 KB

Versions: 31

Compression:

Stored size: 1.11 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 policy(@profile).destroy? -%>
      <li><%= link_to t('page.destroy'), @profile, data: {confirm: t('page.are_you_sure')}, method: :delete -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

31 entries across 30 versions & 2 rubygems

Version Path
enju_seed-0.3.6 app/views/profiles/edit.html.erb
enju_seed-0.3.5 app/views/profiles/edit.html.erb
enju_seed-0.4.0.rc.2 app/views/profiles/edit.html.erb
enju_seed-0.3.4 app/views/profiles/edit.html.erb
enju_seed-0.4.0.rc.1 app/views/profiles/edit.html.erb
enju_seed-0.4.0.beta.3 app/views/profiles/edit.html.erb
enju_seed-0.5.0.beta.1 app/views/profiles/edit.html.erb
enju_seed-0.4.0.beta.2 app/views/profiles/edit.html.erb
enju_seed-0.3.3 app/views/profiles/edit.html.erb
enju_seed-0.3.2 app/views/profiles/edit.html.erb
enju_seed-0.3.1 app/views/profiles/edit.html.erb
enju_seed-0.3.0 app/views/profiles/edit.html.erb
enju_seed-0.3.0.rc.1 app/views/profiles/edit.html.erb
enju_seed-0.3.0.beta.7 app/views/profiles/edit.html.erb
enju_seed-0.4.0.beta.1 app/views/profiles/edit.html.erb
enju_seed-0.3.0.beta.6 app/views/profiles/edit.html.erb
enju_seed-0.2.3 app/views/profiles/edit.html.erb
enju_seed-0.3.0.beta.4 app/views/profiles/edit.html.erb
enju_seed-0.2.2 app/views/profiles/edit.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_seed-0.2.0/app/views/profiles/edit.html.erb