Sha256: 5754dff5b60e7724db45ce1e62cbd2c526ec7f7098e69b199adc84a59e876bb8

Contents?: true

Size: 1.63 KB

Versions: 11

Compression:

Stored size: 1.63 KB

Contents

<div id="toolbar">
  <div id="toolbar-logo">
    
  </div>
  <div id="close" class="section">
    <a id="close_frame" title="Remove frame and go to this web address." class="url_fragment" href="<%= @resource_uri %>"> </a>
    <a id="close_frame_text" title="Remove frame and go to this web address." class="url_fragment" href="<%= @resource_uri %>"><%= t('muck.services.close') %></a>
  </div>
  <div id="search" class="section">
    <% form_tag(search_entries_path, {:method => :get}) do -%>
      <div id="search_box"><%= text_field_tag(:q, '', :id => 'search-box') %></div>
      <input id="search_go" class="input-button" type="submit" value="<%= t('muck.services.search_button') %>"/>
    <% end -%>
  </div>
  <div id="tools" class="section">
    <%#= link_to t('muck.services.remix'), new_content_path(@entry), :id => 'share'  - copy the page into the content system %>
    <%#= link_to t('muck.services.save'), new_content_path(@entry), :id => 'share'  - save the content for use later on  %>
    <% if logged_in? -%>
      <%= link_to t('muck.services.share'), new_user_share_path(current_user, :title => @entry.title, :uri => @resource_uri), :id => 'share' if GlobalConfig.enable_services_shares -%>      
    <% else -%>
      <span id="share_login"><%= t('muck.services.login_or_signup_prompt', :signup => link_to(t('muck.services.signup'), signup_path, :id => 'signup'), :login => link_to(t('muck.services.login'), login_path, :id => 'login') ) %></span>
    <% end -%>
    <%= link_to t('muck.services.comment_entries_count', :count => @comment_count), entry_comments_path(@entry), :id => 'comment' if GlobalConfig.enable_services_comments -%>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-services-0.1.12 app/views/visits/_toolbar.html.erb
muck-services-0.1.11 app/views/visits/_toolbar.html.erb
muck-services-0.1.10 app/views/visits/_toolbar.html.erb
muck-services-0.1.9 app/views/visits/_toolbar.html.erb
muck-services-0.1.8 app/views/visits/_toolbar.html.erb
muck-services-0.1.7 app/views/visits/_toolbar.html.erb
muck-services-0.1.6 app/views/visits/_toolbar.html.erb
muck-services-0.1.5 app/views/visits/_toolbar.html.erb
muck-services-0.1.4 app/views/visits/_toolbar.html.erb
muck-services-0.1.3 app/views/visits/_toolbar.html.erb
muck-services-0.1.2 app/views/visits/_toolbar.html.erb