mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
add space in docs link (#209)
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
<% if @projects.any? && @user.slack_uid.present? %>
|
||||
<section>
|
||||
<p>This badge shows individual project stats.</p>
|
||||
<p><small>see <a href="https://github.com/pbhak/hackatime-badge">the documentation</a>for more customization options!</small></p>
|
||||
<p><small>see <a href="https://github.com/pbhak/hackatime-badge">the documentation</a> for more customization options!</small></p>
|
||||
<select name="project-id" id="project-select" onchange="updateBadgeProject(this.value)" class="form-select">
|
||||
<% @projects.each do |project_name| %>
|
||||
<option value="<%= project_name %>"><%= project_name %></option>
|
||||
|
||||
Reference in New Issue
Block a user