Sha256: 1f1f52960c637103bb911f66b10322fa3493251a3980c083276f2ca348734475
Contents?: true
Size: 732 Bytes
Versions: 14
Compression:
Stored size: 732 Bytes
Contents
.container-fluid .row .col-md-9.col-md-offset-3 - if notice.present? .alert.alert-success= notice - if alert.present? .alert.alert-error= alert .container-fluid .row .col-md-3.sidebar - if current_user.present? = render 'layouts/spaces' - if TAWORK_CONFIG["show_projects"].nil? || TAWORK_CONFIG["show_projects"] %ul.nav.nav-list.nav-list-panel %li.nav-header Projects - Project.all.each do |project| %li = link_to project.title, project_path(project) %li = link_to new_project_path do %i.fa.fa-plus .col-md-9.col-md-offset-3 = yield
Version data entries
14 entries across 14 versions & 1 rubygems