Sha256: e4cb144a57a2640caec1f704ff29dc106607edea4bc95cf601b21a80e07286af

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

/- content_for :title, translate("comname")
- if user_signed_in?
  = render partial: 'user_info'
  = render partial: 'user_menu'
- else
  | 下記のリンクからログインを行ってください。
  #{link_to t("devise.sign_in"), new_user_session_path}

.panel.panel-default
 .panel-body

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
gaku-0.2.2 frontend/app/views/gaku/home/index.html.slim
gaku_frontend-0.2.2 app/views/gaku/home/index.html.slim
gaku-0.2.1 frontend/app/views/gaku/home/index.html.slim
gaku_frontend-0.2.1 app/views/gaku/home/index.html.slim
gaku-0.2.0 frontend/app/views/gaku/home/index.html.slim
gaku_frontend-0.2.0 app/views/gaku/home/index.html.slim
gaku-0.1.1 frontend/app/views/gaku/home/index.html.slim
gaku_frontend-0.1.1 app/views/gaku/home/index.html.slim
gaku-0.1.0 frontend/app/views/gaku/home/index.html.slim
gaku_frontend-0.1.0 app/views/gaku/home/index.html.slim