Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/otwcode/otwarchive into iss…
Browse files Browse the repository at this point in the history
…ue_2912
  • Loading branch information
sarken committed Jul 11, 2012
2 parents 0d30365 + 22ebd7b commit ccbd0e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/views/bookmarks/_bookmark_form.html.erb
Expand Up @@ -38,13 +38,6 @@
<% end %>
<%= ts(" save a bookmark!") %>
</h4>
<p class="footnote">(
<% if bookmarkable.class != ExternalWork %>
<%= ts("The author's summary and tags are added automatically.") %>
<% end %>
<%= allowed_html_instructions(show_list=false) %>)
</p>


<% # What we're bookmarking %>
<% if bookmarkable.class == ExternalWork && bookmarkable.new_record? %>
Expand All @@ -64,7 +57,10 @@
<dl>
<dt><%= f.label :notes, ts("Notes") %></dt>
<dd>
<%= allowed_html_instructions %>
<p class="footnote">
<% if bookmarkable.class != ExternalWork %><%= ts("The author's summary and tags are added automatically.") %><% end %>
<%= allowed_html_instructions(show_list=false) %>
</p>
<%= f.text_area :notes, :rows => 4, :class => "observe_textlength" %>
<%= generate_countdown_html("bookmark_notes", ArchiveConfig.NOTES_MAX) %>
</dd>
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/site/2.0/07-interactions.css
Expand Up @@ -383,6 +383,10 @@ div.dynamic {
box-shadow: none;
}

.toggled .bookmark form p.footnote {
padding-bottom: 0.643em;
}

/*INTERACTION: LOGIN SIGNUP*/

/*INTERACTION: POST (work, chapter, comment, news, feedback, challenge etc) */
Expand Down

0 comments on commit ccbd0e4

Please sign in to comment.