Sha256: aea9ea1e41b904d21b24b3ca9942a6d83fc384fdb6d32d25a699e77f55b793d6

Contents?: true

Size: 1.29 KB

Versions: 37

Compression:

Stored size: 1.29 KB

Contents

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

<%= form_for(@bookmark, :url => bookmark_path(@bookmark)) do |f| -%>
  <%= f.error_messages -%>

  <div class="field">
    <%= f.label t('page.title') -%><br />
    <%- if @bookmark.manifestation -%>
      <%= link_to @bookmark.manifestation.original_title, @bookmark.manifestation.access_address -%>
    <%- else -%>
      <%= f.text_field :manifestation_id -%>
    <%- end -%>
  </div>

  <div class="field">
    <%= f.label t('activerecord.models.tag') -%><br />
    <%= f.text_field :tag_list, :class => 'resource_title' -%>
  </div>

  <div class="field">
    <%= f.label :shared -%>
    <%= f.check_box :shared -%>
  </div>

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

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

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.showing', :model => t('activerecord.models.manifestation')), @bookmark.manifestation -%></li>
    <li><%= link_to t('page.show'), @bookmark -%></li>
    <li><%= link_to t('page.back'), user_bookmarks_path(@bookmark.user) -%></li>
  </ul>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

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