Sha256: 5977dfe33b14a15c94869fa6a960e4ec7f15d62b5541bfb677667f31b25398ca

Contents?: true

Size: 327 Bytes

Versions: 3

Compression:

Stored size: 327 Bytes

Contents

- breadcrumb :root
- if user_signed_in?
  h1
    | Welcome to Nippo!
  p
    | What do you want to do?
  ul
    li
      = link_to 'Create new group.', new_group_path
    li
      = link_to 'Show your profile.', users_path
- else
  | If you want to write and share report, please
  = link_to ' sign in!', new_user_session_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nippo_core-1.0.2 app/views/nippo_core/home/index.slim
nippo_core-1.0.1 app/views/nippo_core/home/index.slim
nippo_core-1.0.0 app/views/nippo_core/home/index.slim