MapofLife / datasets

A datasets list and information view for Map of Life
https://mol.org/datasets/
MIT License
1 stars 2 forks source link

Make dataset info layout prettier #59

Closed funkycoda closed 8 years ago

funkycoda commented 8 years ago

While it's looking great, I do feel like for some metadata heavy datasets, the info page is busy. Let's see if we can make it a little easy on the eye.

Start with, maybe look into changing info.html#L6 from:

<strong>{{ mdc.label }}</strong>: {{ mdc.value }}

to

<h5>{{ mdc.label }}</h5>
<p ng-bind-html="mdc.value | linky:'_blank'"></p>

This should also include the change from Issue #57

funkycoda commented 8 years ago

At least, just play with it too see if it looks good.

funkycoda commented 8 years ago

LGTM