Sha256: f34fe4f86606fe663d3dbe4799877a61a11051f52b7330c906748bc3d65cd0fe

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

<div class="section">
  <div style="color:#888; padding-bottom:8px; font-size:12px; font-weight:bold;">
	   <%=tr("Category")%>
	</div>
	
  <div style="color:#666; font-size:11px;">
    <% @app.categories.each do |cat| %>
			<div><%=cat.name%></div>
		<% end %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

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