Sha256: 9ecc49680b30efa9663a3c468d63f2d4f1a1d43f8d4b988556c14ee5728b7602
Contents?: true
Size: 782 Bytes
Versions: 2
Compression:
Stored size: 782 Bytes
Contents
.content-wrapper .container-fluid .row .text-center %h1= @project.name %hr .row .col-md-12 %ul.nav.nav-tabs %li{class: "#{current_page?(admin_projects_path) ? 'active' : ''}" } = link_to admin_projects_path do %i.fa.fa-list %span Index %h3 Basic Info = render 'hatchy/admin/projects/basic_info' - if @project.account != nil %h3 Project Account = render 'hatchy/admin/projects/project_account', account: @project.account %hr = render 'hatchy/admin/projects/about' .col-sm-offset-2.col-sm-10 =link_to "Delete", admin_projects_path, method: :delete, data:{confirm: "Are you sure?"}, class:'btn btn-danger btn-lg'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hatchy-0.0.7.pre | app/views/hatchy/admin/projects/show.html.haml |
hatchy-0.0.6.pre | app/views/hatchy/admin/projects/show.html.haml |