Sha256: a3218d356dad2f4137f5f33552e25f717f9784ef0f80be244743a9f00c67630d

Contents?: true

Size: 639 Bytes

Versions: 234

Compression:

Stored size: 639 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('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

234 entries across 234 versions & 4 rubygems

Version Path
social_stream-1.1.12 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.11 app/views/profiles/_tags.html.erb
social_stream-1.1.11 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.10 app/views/profiles/_tags.html.erb
social_stream-1.1.10 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.9 app/views/profiles/_tags.html.erb
social_stream-1.1.9 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.8 app/views/profiles/_tags.html.erb
social_stream-1.1.8 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.7 app/views/profiles/_tags.html.erb
social_stream-1.1.7 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.6 app/views/profiles/_tags.html.erb
social_stream-1.1.6 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.5 app/views/profiles/_tags.html.erb
social_stream-1.1.5 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.4 app/views/profiles/_tags.html.erb
social_stream-1.1.4 base/app/views/profiles/_tags.html.erb
social_stream-1.1.3 base/app/views/profiles/_tags.html.erb
social_stream-base-1.1.3 app/views/profiles/_tags.html.erb
social_stream-1.1.2 base/app/views/profiles/_tags.html.erb