Sha256: 4fb70b5013423a5fa3f52cae932ba348493fe402be878ad9d3a2c203622b7d69

Contents?: true

Size: 222 Bytes

Versions: 8

Compression:

Stored size: 222 Bytes

Contents

p
  strong 登录名:
  = @account.login
p
  strong Role:
  = @account.tags_list
- if @account.avatar
  - if @account.avatar["content_type"].include?("image")
    = image_tag(main_app.see_path(@account.avatar["grid_id"]))

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
oxen-0.0.9 app/views/oxen/accounts/show.html.slim
oxen-0.0.7 app/views/oxen/accounts/show.html.slim
oxen-0.0.6 app/views/oxen/accounts/show.html.slim
oxen-0.0.5 app/views/oxen/accounts/show.html.slim
oxen-0.0.4 app/views/oxen/accounts/show.html.slim
oxen-0.0.3 app/views/oxen/accounts/show.html.slim
oxen-0.0.2 app/views/oxen/accounts/show.html.slim
oxen-0.0.1 app/views/oxen/accounts/show.html.slim