Sha256: 838319f727b0dbbdbb629bdca195f47f2c76983fb7140fa752550dd9452fd354

Contents?: true

Size: 847 Bytes

Versions: 4

Compression:

Stored size: 847 Bytes

Contents

<div class="section" style="text-align:center">
  <%= link_to(image_tag(@app.logo_url, :style => "width:75px;height:75px;"), :action => :view, :id => @app.id, :sec => 'Info') %>  
</div>

<div class="section grey">
  <% @sections.each do |cat| %>
    <% if cat == @section %>
        <div class="cat_item cat_item_selected">
    <% else %>
        <div class="cat_item">    
    <% end %>
      <%=link_to(cat, {:id => @app.id, :sec=>cat}) %>
    </div>
  <% end %>           
</div>

<%= render(:partial => "/platform/apps/rank_module", :locals => {:app => @app} )%>   
<%= render(:partial => "/platform/apps/monthly_users_module", :locals => {:app => @app} )%>   
<%= render(:partial => "/platform/apps/categories_module", :locals => {:app => @app} )%>   
<%= render(:partial => "/platform/apps/actions_module", :locals => {:app => @app} )%>   

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/apps/_left.html.erb
platform-3.1.3 app/views/platform/apps/_left.html.erb
platform-3.1.2 app/views/platform/apps/_left.html.erb
platform-3.1.1 app/views/platform/apps/_left.html.erb