Sha256: 921c70e0a0701453f70c2068e4fbc6afa4e275bbbab7ef7c27b35f3a3ece9176

Contents?: true

Size: 627 Bytes

Versions: 37

Compression:

Stored size: 627 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.tag')) -%></h1>
<div id="content_list">

<%= form_for(@tag, :url => tag_path(@tag.name)) do |f| -%>
  <%= f.error_messages -%>
  <div class="field">
    <%= f.label :name -%><br />
    <%= f.text_field :name, :value => @tag.name -%>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), tag_path(@tag.name) -%></li>
    <li><%= link_to t('page.back'), tags_path -%></li>
  </ul>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
enju_bookmark-0.1.2.pre14 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre13 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre12 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre11 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre10 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre9 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre8 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre7 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre6 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre5 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre4 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre3 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre2 app/views/tags/edit.html.erb
enju_bookmark-0.1.2.pre app/views/tags/edit.html.erb
enju_bookmark-0.1.1 app/views/tags/edit.html.erb
enju_bookmark-0.1.0.pre app/views/tags/edit.html.erb
enju_bookmark-0.1.0 app/views/tags/edit.html.erb
enju_bookmark-0.0.22 app/views/tags/edit.html.erb
enju_bookmark-0.0.21 app/views/tags/edit.html.erb
enju_bookmark-0.0.20 app/views/tags/edit.html.erb