Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
ユーザページ: 導線の改善
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed Dec 22, 2013
1 parent cb8a1f6 commit d84da41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/base/_header.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
span.angle-down
.dropdown-menu role="menu"
ul
li = link_to 'プロフィール', user_path(current_user)
li = link_to 'まとめ', user_matomes_path(current_user)
li = link_to 'クリップ', user_clips_path(current_user)
li = link_to 'タグ', user_tags_path(current_user)
li = link_to 'イイネ!', user_likes_path(current_user)
li.divider
li = link_to '設定', edit_user_path(current_user)
li = link_to 'ログアウト', destroy_user_session_path, method: :delete
- else
li.signin
Expand Down

0 comments on commit d84da41

Please sign in to comment.