Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest link? #37

Open
julianstirling opened this issue May 1, 2020 · 1 comment
Open

Manifest link? #37

julianstirling opened this issue May 1, 2020 · 1 comment

Comments

@julianstirling
Copy link
Member

There is some desire to see which manifest generated the cards. I suppose seeing as okh-search doesn't use all manifest information this could be a nice stop-gap feature for someone who really wants more information.

It could look something like this:
image
@kasbah how easy is this?

I tried to put the link in the card but the card is a link and it didn't like nested links.

In the end I added a <div> around the card moved the style="margin:20px" to the div rather than the card. Then inside the <div> under the card added

<div class="manifestlink" style="font-size: 9pt;float: right;">
  <a href="Link/to/manifest.yaml">View Manifest</a>
</div>

It was a horrible hack in the browser dev tools and somehow it killed the image of the card!?

@kasbah
Copy link
Member

kasbah commented May 1, 2020

Looks good to me, yeah. Will take a look when I have a moment. (Unless someone else gets there first.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants