Sha256: c2ac9cc5758bd6f4f0b254b7dd6f0de4fce831bf02146a70a04dbe71230a0653

Contents?: true

Size: 664 Bytes

Versions: 4

Compression:

Stored size: 664 Bytes

Contents

<div class="section">
  <div style="color:#888; padding-bottom:8px; font-size:12px; font-weight:bold;">
	   <%=tr("Review Summary")%>
	</div>
	
	<% if app.rating_count == 0 %>
    <div style="color:#666; font-size:11px;">
      <%=tr("No reviews yet")%>
    </div>
	<% else %>
		<div style="color:#666; padding-bottom:8px; font-size:12px;">
	    <%= platform_app_rank_tag(app) %> <%=tr("({rank} out of 5)", "", :rank => app.rank)%>
		</div>
	  <div style="color:#666; font-size:11px;">
	    <%=tr("Based on [link: {count||review}]", "", :count => app.rating_count, :link => {:href => "/platform/apps/view?id=#{app.id}&sec=Reviews"})%>
		</div>
	<% end %>		
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

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