Skip to content

Commit

Permalink
Merge pull request #356 from kortirso/issue_351
Browse files Browse the repository at this point in the history
IS-351 added open graph tags
  • Loading branch information
kortirso authored Dec 6, 2024
2 parents 2da300f + 796b28b commit ad68a8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- open graph tags

### Modified
- allow add repositories for self hosted Gitlab

Expand Down
9 changes: 8 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
<!DOCTYPE html>
<html lang="en" class="m-0 p-0 min-h-screen">
<html lang="en" class="m-0 p-0 min-h-screen" prefix="og: https://ogp.me/ns#">
<head>
<title><%= yield(:meta_title) %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="Keywords" content="pull requests, insights, metrics, review, comments, average review time, repository, github, gitlab, statistics, analyzer, analysis, open source">
<meta name="Description" content="<%= yield(:meta_description) %>">
<meta property="og:title" content="Monitor pull requests and get relevant statistics for reviewing and commenting on pull requests." />
<meta property="og:description" content="Track review time, number of reviews, merging speed. Get company-wide statistics to track with the rest of your peers. Discuss with teammates the data linked to pull requests." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pullkeeper.dev" />
<meta property="og:image" content="<%= image_url 'screenshot.webp' %>" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="530" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<%= csrf_meta_tags %>
Expand Down

0 comments on commit ad68a8b

Please sign in to comment.