Skip to content
Snippets Groups Projects
Commit df18441e authored by Jacob Schatz's avatar Jacob Schatz
Browse files

changes titles

parent 0d59e7b9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -443,6 +443,10 @@ GEM
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-azure-oauth2 (0.0.6)
jwt (~> 1.0)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-bitbucket (0.0.2)
multi_json (~> 1.7)
omniauth (~> 1.1)
Loading
Loading
@@ -488,10 +492,6 @@ GEM
activesupport
nokogiri (>= 1.4.4)
omniauth (~> 1.0)
omniauth-azure-oauth2 (0.0.6)
jwt (~> 1.0)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
opennebula (4.14.2)
json
nokogiri
Loading
Loading
@@ -920,6 +920,7 @@ DEPENDENCIES
oauth2 (~> 1.0.0)
octokit (~> 3.7.0)
omniauth (~> 1.2.2)
omniauth-azure-oauth2
omniauth-bitbucket (~> 0.0.2)
omniauth-cas3 (~> 1.1.2)
omniauth-facebook (~> 3.0.0)
Loading
Loading
@@ -931,7 +932,6 @@ DEPENDENCIES
omniauth-shibboleth (~> 1.2.0)
omniauth-twitter (~> 1.2.0)
omniauth_crowd
omniauth-azure-oauth2
org-ruby (~> 0.9.12)
paranoia (~> 2.0)
pg (~> 0.18.2)
Loading
Loading
@@ -999,4 +999,4 @@ DEPENDENCIES
wikicloth (= 0.8.1)
 
BUNDLED WITH
1.10.6
1.11.2
Loading
Loading
@@ -19,7 +19,7 @@ module SortingHelper
end
 
def sort_title_recently_updated
'Recently updated'
'Last updated'
end
 
def sort_title_oldest_created
Loading
Loading
@@ -27,7 +27,7 @@ module SortingHelper
end
 
def sort_title_recently_created
'Recently created'
'Last created'
end
 
def sort_title_milestone_soon
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment