Skip to content

Commit

Permalink
[webui] Links to the RSS feed for user's notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman authored and hennevogel committed Jun 29, 2017
1 parent 04e26cb commit 7bcbfc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/views/layouts/webui/webui.html.erb
Expand Up @@ -37,6 +37,7 @@
<% end %>
<% end %>
<%= csrf_meta_tag %>
<%= auto_discovery_link_tag(:rss, user_rss_notifications_url(format: :rss), { title: 'Notifications' }) %>
</head>
<body>
<div class="overlay"></div>
Expand Down
3 changes: 3 additions & 0 deletions src/api/app/views/webui/user/show.html.haml
Expand Up @@ -45,6 +45,9 @@
%br/
= link_to(sprited_text('email', 'Change your notifications'), user_notifications_path)
%br/
/ notifications link
= link_to(sprited_text('feeds', 'RSS for notifications'), user_rss_notifications_path(format: 'rss'), { title: 'RSS Feed for Notifications' })
%br/

.grid_12.omega.box.box-shadow
#involved
Expand Down

0 comments on commit 7bcbfc6

Please sign in to comment.