Sha256: 7b76ff6ea337dd87604fccfed2cf811cb56a5b8cf1c9a047b4ad22e0ac45926d
Contents?: true
Size: 882 Bytes
Versions: 1
Compression:
Stored size: 882 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 %h3 Posts = render 'hatchy/admin/projects/posts', posts: @project.posts %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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hatchy-0.0.8.pre | app/views/hatchy/admin/projects/show.html.haml |