forked from e621ng/e621ng
Compare commits
9 Commits
00801f1d2b
...
107736c01a
Author | SHA1 | Date | |
---|---|---|---|
107736c01a | |||
![]() |
882daa8e3d | ||
![]() |
51fe187fbb | ||
![]() |
8628351bc5 | ||
![]() |
cecefcc258 | ||
![]() |
90edfec0a9 | ||
![]() |
48396ea171 | ||
![]() |
13bdc2dfe0 | ||
![]() |
5315450457 |
@ -11,6 +11,10 @@ module GitHelper
|
||||
end
|
||||
end
|
||||
|
||||
def self.hash
|
||||
@hash
|
||||
end
|
||||
|
||||
def self.short_hash
|
||||
@hash[0..8]
|
||||
end
|
||||
|
@ -16,5 +16,6 @@
|
||||
<%= link_to "Keyboard Shortcuts", keyboard_shortcuts_path %>
|
||||
<% end %>
|
||||
<%= link_to disable_mobile_mode? ? "Mobile mode: OFF": "Mobile mode: ON", disable_mobile_mode_path, :rel => "nofollow" %>
|
||||
<%= link_to "##{GitHelper.short_hash}", GitHelper.commit_url(GitHelper.hash) %>
|
||||
</span>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user