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-0.21.1 base/app/views/profiles/_tags.html.erb
social_stream-base-0.16.1 app/views/profiles/_tags.html.erb
social_stream-0.21.0 base/app/views/profiles/_tags.html.erb
social_stream-base-0.16.0 app/views/profiles/_tags.html.erb
social_stream-0.20.2 base/app/views/profiles/_tags.html.erb
social_stream-base-0.15.2 app/views/profiles/_tags.html.erb
social_stream-0.20.1 base/app/views/profiles/_tags.html.erb
social_stream-base-0.15.1 app/views/profiles/_tags.html.erb
social_stream-0.20.0 base/app/views/profiles/_tags.html.erb
social_stream-base-0.15.0 app/views/profiles/_tags.html.erb
social_stream-0.19.3 base/app/views/profiles/_tags.html.erb
social_stream-base-0.14.3 app/views/profiles/_tags.html.erb
social_stream-0.19.2 base/app/views/profiles/_tags.html.erb
social_stream-base-0.14.2 app/views/profiles/_tags.html.erb
social_stream-0.19.1 base/app/views/profiles/_tags.html.erb
social_stream-base-0.14.1 app/views/profiles/_tags.html.erb
vkhater-social_stream-0.16.3.3 base/app/views/profiles/_tags.html.erb
vkhater-social_stream-base-0.11.2 app/views/profiles/_tags.html.erb
social_stream-0.19.0 base/app/views/profiles/_tags.html.erb
social_stream-base-0.14.0 app/views/profiles/_tags.html.erb