Slightly adapt the markup for the generic history error.

This commit is contained in:
Paulo Reis
2018-08-16 11:41:19 +01:00
parent 23bb866988
commit 652be9efe6
@@ -79,11 +79,12 @@
|   #{translate("loading")}...
.error-panel(ng-show="history.error")
.alert.alert-danger
| #{translate("generic_history_error")}
a(
ng-href="mailto:#{settings.adminEmail}?Subject=Error%20loading%20history%20for%project%20{{ project_id }}"
) #{settings.adminEmail}
.clearfix
p
| #{translate("generic_history_error")}
a(
ng-href="mailto:#{settings.adminEmail}?Subject=Error%20loading%20history%20for%project%20{{ project_id }}"
) #{settings.adminEmail}
p.clearfix
a.alert-link-as-btn.pull-right(
href
ng-click="toggleHistory()"