Sha256: dc5b2aed9bce53ca26b45d39a8179eb424baa5cfbdb3460c996fc120094f6f27

Contents?: true

Size: 848 Bytes

Versions: 9

Compression:

Stored size: 848 Bytes

Contents

.manager-reports-show
  .row
    .large-12.columns
      %h1
        = @report.name
        = link_to '[~]', edit_report_path( @report )

      .meta
        -# By #{link_to @report.user_profile.username, user_path( @report.user )}
        On #{@report.created_at.to_s.slice(0, 10)}
        - if @report.site
          In #{link_to "http://#{@report.site.domain}/#{@report.site.lang}", site_path( @report.site )}
        -# - if @report.tag
        -#   Tagged #{link_to @report.tag.name, manager_tag_path( @report.tag )}
        - if @report.city
          In #{link_to @report.city.name, city_path( @report.city )}

      - if @report.subhead.length > 3
        .subhead= @report.subhead

      .descr
        - if @report.photo
          .float-left= image_tag @report.photo.photo.url( :small )
        = raw @report.descr
        .c

      .c

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ish_manager-0.1.8.261 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.260 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.259 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.258 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.257 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.256 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.255 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.254 app/views/ish_manager/reports/show.haml
ish_manager-0.1.8.253 app/views/ish_manager/reports/show.haml