Sha256: 9ebba27762ad3d5a264870561788799ef07c170e189a52cb94eb9aaaa042bf9c

Contents?: true

Size: 647 Bytes

Versions: 5

Compression:

Stored size: 647 Bytes

Contents

  <div class="block" id="tags_info">
    <div class="header">
      <div class="header_text">
        <%=t('profile.tags.other')%>
      </div>
      <% if is_owner? %>
        <div class="header_icon_right">
          <%= link_to (image_tag('/images/btn/edit.png')), :controller => :profiles , 
                       :action => :edit, :section => "tags"%>
        </div>
      <% end %>
    </div>
    <div class="content">
      <div class="field">
        <% if @profile.subject.tag_list.count > 0 %>
          <%= @profile.subject.tag_list %>
        <%else%>
          <%=t('profile.empty')%>
        <%end%>
      </div>
    </div>
  </div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/profiles/_tags.html.erb
social_stream-base-0.5.1 app/views/profiles/_tags.html.erb
social_stream-base-0.5.0 app/views/profiles/_tags.html.erb
social_stream-0.4.6 app/views/profiles/_tags.html.erb
social_stream-0.4.5 app/views/profiles/_tags.html.erb