diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
| commit | c3db809cebde54a3b96960334471d392d16710cf (patch) | |
| tree | a7362048d8a53b683fc19c1208374d363f4d85b2 /archaeological_files/templates/ishtar/sheet_file.html | |
| parent | 131a0ff3b009a879ebc0119396b8ee5e8e38a807 (diff) | |
| parent | f0481117c66e4151eeee5fa53fbe43e0d59fd50c (diff) | |
| download | Ishtar-c3db809cebde54a3b96960334471d392d16710cf.tar.bz2 Ishtar-c3db809cebde54a3b96960334471d392d16710cf.zip | |
Merge branch 'master' into master-WIP-treatments
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
| -rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 3272e87e3..7a6120e42 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -137,7 +137,7 @@ <td class='string'>{{operation.in_charge|default:""}}</td> <td>{{operation.start_date|default:""}}</td> <td>{{operation.excavation_end_date|default:""}}</td> - <td class='link'><a href="#" class='display_details' onclick='load_window("{%url show-operation operation.pk ''%}")'>{% trans "Details" %}</a></td> + <td class='link'><a href="#" class='display_details' onclick='load_window("{%url show-operation operation.pk ''%}")'><i class="fa fa-info-circle" aria-hidden="true"></i></a></td> </tr> {% empty %} <tr><td colspan="8" class='no_items'>{% trans "No operation associated to this archaelogical file" %}</td></tr> |
