Added a pipe | between the edit and RSS/ATOM buttons to make them more
seperated
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<a if='edit-account-link' href="<%= config.edit_account_base_url %>/<%= userID %>">
|
||||
<img class='icon' src='/icons/edit.png' alt='<%= locale.edit_account %>' title='<%= locale.edit_account %>'>
|
||||
</a>
|
||||
|
|
||||
<a id='rss-link' href="/user/<%= user.username %>/rss">
|
||||
<img class='icon' src='/icons/rss.png' alt="<%= locale.rss_feed %>" title='<%= locale.rss_feed %>'>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user