Sha256: 03823b0c720eb49d96ac7e340d3d50cdc82b50fc56d79c37dc9b20bcf6966357
Contents?: true
Size: 337 Bytes
Versions: 9
Compression:
Stored size: 337 Bytes
Contents
<%- model_class = Project -%> <div class="page-header"> <h1><%=t '.title', :default => model_class.model_name.human.pluralize.titleize %></h1> </div> <%= render 'projects/table', projects: @projects %> <%= link_to t('.new', :default => t("helpers.links.new")), new_project_path, :class => 'btn btn-primary' %>
Version data entries
9 entries across 8 versions & 1 rubygems