Update settings.html

added changes how @JonnyWong16 wanted ;-)

insert branch info before hash
insert Source, Chat and Forums link on General Tab (maybe gently added #490)
This commit is contained in:
zobe123 2016-02-02 21:13:28 +01:00
commit 8a6886d5ef

View file

@ -63,6 +63,14 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
% if plexpy.CURRENT_VERSION:
<p class="help-block">Git hash: ${plexpy.CURRENT_VERSION}</p>
% endif
<hr>
<p class="help-block">
Source: <a href="https://github.com/drzoidberg33/plexpy" target="_blank">https://github.com/drzoidberg33/plexpy</a>
</br>
Chat: <a href="https://gitter.im/drzoidberg33/plexpy" target="_blank"><i>#drzoidberg33</i> on gitter.im</a>
</br>
Forums: <a href="https://github.com/drzoidberg33/plexpy/issues" target="_blank">https://github.com/drzoidberg33/plexpy/issues</a></p>
<hr>
<div class="padded-header">
<h3>Display Settings</h3>
</div>
@ -1359,7 +1367,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
</tr>
<tr>
<td><strong>{rating_key}</strong></td>
<td>The unique identifier for the item.</td>
<td>The unique identifier for the item. (Movie, Episode or Track.)</td>
</tr>
<tr>
<td><strong>{parent_rating_key}</strong></td>
@ -1826,4 +1834,4 @@ $(document).ready(function() {
});
});
</script>
</%def>
</%def>