allow #recent anchor
This commit is contained in:
parent
620533784a
commit
f3453355c4
|
@ -78,7 +78,7 @@
|
|||
{{ if or .Header.Project.CanEdit (gt (len .RecentActivity) 0) }}
|
||||
<div class="content-block timeline-container ph3 ph0-ns mv4">
|
||||
<div class="flex flex-row items-center mb2">
|
||||
<h2>Recent Activity</h2>
|
||||
<h2 id="recent">Recent Activity</h2>
|
||||
<div class="flex-grow-1"></div>
|
||||
{{ if .Header.Project.CanEdit }}
|
||||
<a href="javascript:;" class="create_snippet_link button">Add Snippet</a>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
{{ if or .OwnProfile (gt (len .TimelineItems) 0) }}
|
||||
<div class="mv3 content-block timeline-container ph3 ph0-ns">
|
||||
<div class="flex flex-row items-center">
|
||||
<h2>Recent Activity</h2>
|
||||
<h2 id="recent">Recent Activity</h2>
|
||||
<div class="flex-grow-1"></div>
|
||||
{{ if .OwnProfile }}
|
||||
<a href="javascript:;" class="button submit create_snippet_link button">Add Snippet</a>
|
||||
|
|
Loading…
Reference in New Issue